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

Similar

Promise as React element type

For fun, here's a proof-of-concept based on an idea by @sebmarkbage. If a promise is passed to React.createElement, on initial mount, React waits for the promise to resolve to a React element type....

Read more »

Atomic Design with React

How one methodology allowed me to create a great design system from scratch and made me a better developer, with principles of componentization, hierarchies and reuses of code. I have recently had the opportunity to work on a new product from scratch made... (more…)

Read more »