Skip to content

kulkarnisaumitra98/react-server-components

Repository files navigation

React Server Components (RSC) in a minimal Framework

Youtube link

https://www.youtube.com/playlist?list=PLjdh67_BKGGlVpRU6pQvb-XRCDSedUSTM

The purpose of this repository is to understand react server components by implementing a simple framework.

Setup

# Node >= 20.17.0 is required

pnpm install
pnpm build # Build server and client
pnpm start 


OR

npm install --legacy-peer-deps
npm run build # Build server and client
npm run start 

References

About

React Server Components (RSC) in a minimal framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published