Signals won the reactivity war. React said no on purpose.
Angular, Vue, Svelte, Solid, and Preact all run on signals now, and TC39 wants them in the language. React is the deliberate holdout. Here is why.
6 blogs filed in this tag
Angular, Vue, Svelte, Solid, and Preact all run on signals now, and TC39 wants them in the language. React is the deliberate holdout. Here is why.
Server Actions are no longer an RSC escape hatch. They are the de facto mutation transport, and the libraries built on top reveal what is missing.
React Compiler v1.0 is shipping in production at Meta. Vercel left it off by default. The reason is Babel — and the answer is annotation mode.
TanStack Start tagged v1.0 with no keynote. It is the first credible non-Vercel option for new React apps in roughly five years.
Vercel shipped 13 advisories on May 7 — DoS, SSRF, cache poisoning, auth bypass, XSS. The pattern reframes RSC as a public API.
Remix 3 Beta drops React for a Preact fork, replaces hooks with imperative this.update(), and ships with no migration path from v2.