Public list by ~reactstatus

Issue 487 - The Next.js team is doing a Reddit AMA

Form v2 is here: All you need to know about the alpha | TanStack Blog

https://tanstack.com/blog/announcing-tanstack-form-v2-alpha

A Tour of TanStack Form v2: Now in Alpha — The headless form library has been rebuilt from the ground up after a year of v1 feedback. The big change is validation: instead of one handler per event, validators become a pipeline where each declares its own triggers and conditions. Type safety and SSR improve too.

6 days ago

Architect Scalable Frontend Applications

https://master.dev/courses/frontend-architecture/

Frontend Architecture: Monoliths to Microfrontends — Maxi Ferreira walks through modular monoliths, monorepos, and microfrontends so you can pick the right structure for your codebase and know the real cost before you commit.

6 days ago

Migrating a Large Flow Monorepo to TypeScript

https://engineeringblog.yelp.com/2026/08/migrating-a-large-flow-monorepo-to-typescript.html

Migrating a Large Flow Monorepo to TypeScript — Yelp picked Flow in 2017 as it handled React better than TypeScript did. A fair call at the time, but undoing that took years of converting hundreds of packages and 1.4 million lines of code, with both typecheckers running the whole time.

6 days ago

Making Navigations Instant in v0

https://nextjs.org/blog/making-v0-navigations-instant

Making Navigations Instant in v0 — Next.js 16.3 includes an instant() test helper for Playwright that asserts what is painted before the network responds. Vercel looped an agent against it to speed up its AI app builder, v0.

6 days ago

Own the RSC Pipeline: Cache and Compose It Yourself - TanStack Start | Manuel Schiller

https://www.youtube.com/watch?v=6lSH1-ytd7E

▶  Own the RSC Pipeline: Cache and Compose It Yourself — RSC is a primitive, not an architecture, argues the contributor behind TanStack Start's implementation. It's two React functions and a stream, so you can cache it, and even take it offline. (18 minutes.)

#science & technology

6 days ago

Making Referential Stability a Type

https://www.jovidecroock.com/blog/referential-stability-types/

Making Referential Stability a Type — Jovi, of the Preact core team, turns referential stability into a branded type, so a component can demand a stable array or callback and tsc rejects the inline literal. Experimental.

#engineering #front-end #open-source

6 days ago

GTKX 1.0: The React framework for Linux | GTKX

https://gtkx.dev/blog/gtkx-1-0

GTKX 1.0: The React Framework for Linux — A way to build native Linux desktop apps with React. Write JSX, get real GTK4 and Adwaita widgets with no webview, in an ordinary Node process with npm packages and even Fast Refresh support.

6 days ago

kbar – command+k interface for your site

https://kbar.vercel.app/

kbar 1.0: A Cmd+K Interface for React Apps — After five years of betas, this simple way to add in-page commands and search now fully supports React 18 and 19. You can try it out right on the page too.

6 days ago

Liquid Gooey

https://gooey.jakubantalik.com/

Liquid Gooey: Liquid/Gooey Effects for React — More subtle and pleasing than I imagined at first. Nice demos on the homepage.

6 days ago