- React for Two Computers - Splitting applications between the server and client
- JSX Over The Wire
- What Does "use client" Do?
- Progressive JSON - How React achieves out of order streaming
- React
cache()as a tool for async render consistency
- Functional HTML
- How Imports Work in RSC
- How RSC Serializes Promises
- Parallel and recursive route rendering - How Next.js's App Router avoids server waterfalls
- RSC Explorer - A playground and visualizer for the RSC protocol
- RSC Parser - A tool for exploring and understanding the RSC data format visually
- An Overview
- React Rebasing - An edge case in how React orders state updates with transitions
- {transitions} = f(state)
- React Closures and Memory Leaks
- Optional follow-up - React Compiler won't save you from memory leaks
- The Useless useCallback