Next.js App Router + React Server Components
Try the demo live here: next-rsc-hn.vercel.app.
Introduction
This is a demo app of the Hacker News website clone, which shows Next.js App Router with support for React Server Components.
Running Locally
pnpm install
pnpm dev
Go to localhost:3000
.
Deploy
You can quickly deploy the demo to Vercel by clicking this link:
License
This demo is MIT licensed.