The story of building state-in-url: turning the browser URL bar into real, type-safe React state — the design decisions and trade-offs.
Tag
React
3 posts tagged “React”.
Practical use cases for React's useInsertionEffect hook — what it's for, how it differs from useEffect and useLayoutEffect, and when to use it.
How to share serializable state between unrelated React components — including server and client components in Next.js — without prop drilling.