Frontend
Understanding React Server Components
SSite Admin
21 tháng 06, 2026 1 phút đọc 144 lượt xemReact Server Components run on the server, send serialized UI to the client, and never ship their dependencies to the browser.
Server vs Client Components
Server Components are the default in the App Router. Add 'use client' only when you need state, effects or browser APIs.
Streaming and Suspense
Wrap slow data in <Suspense> to stream HTML progressively and show skeletons instantly.
S
Site Admin
Engineer and writer. Building things with TypeScript and distributed systems.
Bình luận (0)
Bạn cần đăng nhập bằng Google để bình luận.
Hãy là người bình luận đầu tiên.