1.8K62024
Series
React Server Components from Scratch
Part 8 of 8
ReactNext.jsPerformance
Why React Server Components Change Everything
A deep dive into the mental model shift RSC brings to React applications, and why it matters for the future of web development.
TT
Toan Tran
@toantran · 2d ago
12 min read28.4K
Completed
React Server Components from Scratch
Build your own RSC framework to deeply understand streaming, suspense, and server/client boundaries.
TT
Toan Tran
@toantran
Staff Engineer @ Vercel. Writing about web performance, React internals, and developer experience.
24.8K followers87 articles
Related Articles
CSSArchitecture
Token-Driven Design: Beyond CSS Variables
How to architect a design token system that works across platforms, tools, and team boundaries.
LNLinh Nguyen9m
AI/MLPerformance
Running LLMs in the Browser with WebGPU
Step-by-step guide to running inference for small language models directly in the browser using WebGPU acceleration.
DPDuc Pham15m
System DesignPerformance
Scaling WebSocket Connections to 1M Users
Practical patterns for scaling real-time WebSocket connections using connection pooling, sharding, and edge compute.
KVKhoa Vo14m
