RSC Server to Browser Streaming
The only production-ready implementation of RSCs is currently Next.js 13's new app directory
브라우저를 통해 다운로드 되지 않아서 번들 사이즈에 영향을 주지 않는다
클라이언트는 번들 용량이 줄어들고, 데이터도 빠르게 불러올 수 있음
서버에서 동작하기 때문에 데이터베이스, 파일 시스템 그리고 인터널 서비스 같은 서버 사이드 데이터 소스에 직접 접근
json으로 인코딩 가능한 serializable props만 전달 가능
We migrated 50,000 lines of code to React Server Components | Mux
Here's everything we learned by migrating our production applications to React Server Components — including how to mix Client and Server Components.
https://www.mux.com/blog/what-are-react-server-components

React Roundtable: Server Components, Suspense, and Actions
To celebrate React's 10th anniversary, join Delba de Oliveira (Senior Developer Advocate at Vercel) host a roundtable discussion on React, Server Components, and more with Andrew Clark and Sebastian Markbåge from the React core team.
0:00 Introductions
0:35 How do you think about React?
4:27 How does Suspense fit into React?
6:28 What are Server Components?
11:33 How should developers think about Server Components vs. Client Components?
16:06 How do Server Components work?
23:18 How do Server Components relate to streaming?
25:57 What is Suspense for data fetching?
28:22 What are Actions, and how does it tie into the React architecture?
32:34 Do you have advice for people learning the new React features?
37:22 How do you see React evolving in the next couple of years?
https://youtu.be/g5BGoLyGjY0

React Labs: What We've Been Working On – March 2023 – React
The library for web and native user interfaces
https://react.dev/blog/2023/03/22/react-labs-what-we-have-been-working-on-march-2023#react-server-components

React 18: 리액트 서버 컴포넌트 준비하기 | 카카오페이 기술 블로그
공식 릴리즈 전인 리액트 서버 컴포넌트에 대해 알아보고 준비해 봅니다.
https://tech.kakaopay.com/post/react-server-components/

Seonglae Cho