A demo for server side rendering with React Server. The page includes three parts: head, body and footer, and each has its own color. The server will send each part when its data is ready and make it interactive in the frontend.
npm install
npm start
Fetch the initial data and send each part to the client when its data is ready.
Randomly return a color after specified delay according to the part name.
All essential components.
No license, you can use it anywhere you like.