Frontend

Understanding React Server Components

SSite Admin
21 tháng 06, 2026 1 phút đọc 144 lượt xem
Understanding React Server Components

React 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.

Bài viết liên quan

Building a Type-Safe API Layer with Next.js and Zod

Validate inputs at the boundary and infer types everywhere with Zod and Next.js Server Actions.

24 thg 6, 20261 phút556