A Hacker News built with Next.js and React Server Components
Next.js 12 React Server Components Demo
This is the demo of Hacker News built with Next.js and React Server Components. Read our announcement here: Next.js 12.
Try the demo: https://next-news-rsc.vercel.sh
Development
To get started, run the following commands:
yarn
yarn dev
And visit localhost:3000.
Note
React Server Components are still experimental. To learn more about React Server Components, read our blog post: Everything About React Server Components.
React Server Components support is a built-in feature of Next.js 12. Full documentation is available here: React 18 — Next.js.