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