vercel / next-rsc-demo
- пятница, 29 октября 2021 г. в 00:27:52
Demo repository for Next.js + React server components
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
To get started, run the following commands:
yarn
yarn dev
And visit localhost:3000.
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.