React Articles, Tutorials & News

React 19 Breaks Async Composability

Today if something suspends, React will continue rendering the siblings of that component. Our original rationale for prerendering the siblings of a suspended component was to initiate any lazy fet…

Read more »

CLJS and the React Compiler

React Compiler is a build-time optimizing compiler specifically designed for React. It has been in development for a while and is supposedly nearing completion and public release. I’m writing this post, so I have something I can link people to, that will …

Read more »