Demo app of React Server Components.
The React Server Components Demo is a sample application built with Server Components, an experimental React feature. It is recommended to watch the introductory talk before exploring this demo to understand how Server Components work and the features they provide.
npm install
after running nvm i
if using nvm.npm run start:prod
.The React Server Components Demo is a valuable resource for experimenting with the new Server Components feature in React. It provides insights into running components on the server and the potential benefits they offer. However, it is important to note that Server Components are still experimental, and the demo may not reflect the performance characteristics of a stable release.