The example of a server-side rendered (SSR) React application.
This repository complements the article: Advanced React SSR Techniques with Streaming and Dynamic Data
- Streaming in SSR
- Lazy Loading
- Server-to-Client Data
- Production-Ready Setup
Install Dependencies:
pnpm installDevelopment Mode:
pnpm devProduction Mode:
pnpm build && pnpm start