Critical Security Vulnerability in React Server Components β React
The library for web and native user interfaces
There is critical vulnerability in React Server Components disclosed as CVE-2025-55182 that impacts React 19 and frameworks that use it.
A fix has been published in React versions 19.0.1, 19.1.2, and 19.2.1. We recommend upgrading immediately.
react.dev/blog/2025/12...
03.12.2025 15:45 β π 142 π 91 π¬ 7 π 17
Thanks for sharing, we're revisiting how we handle this right now. One edge case I've just run into with making title required on IconButton is where it's clipped by overflow: hidden, so we need to extend our component APIs with these tooltip behaviour options to keep the a11y type safety
17.11.2025 20:23 β π 2 π 0 π¬ 0 π 0
HUGE React Aria release! πΏ
π Autocomplete: Command Palette, Searchable Select + Submenu
π 3 new components: Toast, Tree, Virtualizer
π§© Custom Menu/Popover/Tooltip triggers
π Table colspan
π usePress interop, fixing 15+ issues
π¨ Tailwind v4
π
DatePicker RTL
react-spectrum.adobe.com/releases/202...
06.03.2025 17:43 β π 120 π 18 π¬ 4 π 5
Thank you @kettanaito.com, seeing how msw handled this helped me figure this out
10.02.2025 10:32 β π 1 π 0 π¬ 1 π 0
Example of using an Optional type helper:
```
type Optional<T, K extends keyof T> = Omit<T, K> & Partial<T>;
interface Example {
property: string;
another: string;
}
type OptionalExample = Optional<Example, 'another'>;
const example: OptionalExample = { property: 'value' };
```
Why is Optional not a built in TypeScript utility type like Required?
13.11.2024 09:58 β π 0 π 0 π¬ 0 π 0
We use @axa-fr/oidc-client which uses this approach
10.11.2024 20:00 β π 0 π 0 π¬ 0 π 0
A QPR website waffling on about football, rugby league, railways.
Go on, support our Patreon - http://patreon.com/LoftForWords
The Rβs OFFICIAL Bluesky account π¦
Software Engineer @SFTec (TypeScript, Python, Scala)
πΈ Proud cat dad
π Callisthenics, Nature, Books, BCN
π https://github.com/raulmarindev
β₯οΈ @erikavega.com
vuejs.org
Progressive JavaScript framework for building modern web interfaces. Created by @evanyou.me, maintained by https://vuejs.org/about/team.
React core team β’ Forbes 30 worst over 30
βΌγ»α΄₯γ»βΌ working on React Compiler. formerly known as [@]potetotes on the cursed place
you have the ability to understand things
principal engineer, react person, super gay, still masking
React @ Meta. On a perpetual hunt for delicious desserts.
nextjs @vercel.com, @react.dev at night, @testing-library.com core | testing + a11y first | he/him
Turning coffee into software at github.com/bvaughn
I also make music at http://briandavidvaughn.com
https://bvaughn.me
βοΈ Sir Tan @TanStack.com π TypeScript π Web βοΈOpen Source Softwareπ‘UI/UX/DX πΌCo-Founder @NozzleIO π¨βπ©βπ§βπ¦@Ch_JesusChrist
Software engineer. Helping you master automated testing at http://EpicWeb.dev. Author mswjs.io. Instructor egghead.io.
I tell stories @zakarcher.com.
My debut book "LOGGERHEADS" it out π
https://zakarcher.com/books/loggerheads
Fullstack Dev β― JSβ CSS Node β― JavaScript30.com β― wesbos.com/courses β― π₯ Tips β― Podcast @syntax.fm
Redux maintainer, building time-travel devtools at Replay.io. I blog about React, Redux, and TS at https://blog.isquaredsoftware.com . Answering questions anywhere there's a textbox on the internet, and otherwise out on the golf course!
Improving π with quality software Β· Husband, 5x Father, Latter-day Saint, Web Dev, Educator, Microsoft MVP
π https://EpicWeb.dev
π https://EpicReact.dev
π https://TestingJavaScript.com