This issue explores the complexities of JavaScript directives, the evolving paths of React and Remix, and effective techniques for building floating UIs with React.createPortal. Plus, discover the latest updates in Next.js 16.
I built a proof of concept that lets you import Node code from BitTorrent.
RSC route rendering without waterfalls.
Components that are passed as props.children and components that are directly declared by a component have different rendering behaviour - yet they are both just called 'children'. The adoption of React 19's compiler might mean that this distinction does not matter.
When you see a `useEffect` that updates a `useState` and returns a value, you might be looking for a `useSyncExternalStore`. This is my current vendetta.
Learn React's server-side features: SSR with streaming, static pre-rendering, hydration, Server Components, and Server Functions. Discover how frameworks like Next.js enable modern full-stack React development.
The blog of sergiodxa
The blog of sergiodxa
The blog of sergiodxa
How enforced discipline in one language can teach you better patterns in another - lessons from crossing the Elm/React boundary
From handles to hosting.
Everything I Hate About React, I Really Hate About JavaScript The main thing1 people hate about React is not React's fault at all, but is actually caused by a design flaw in JavaScript. (Or TypeScrip…
A critique of React Server Components and Next.js 15.