Try the demo live here: next-rsc-hn.vercel.app.
Warning: This demo showcases using Server Components with the
appdirectory inside Next.js 13. It's not ready for production adoption, or performance benchmarking as the underlying APIs are not stable yet, and might change or be improved in the future.
This is a demo app of the Hacker News website clone, which shows Next.js 13's app directory (beta) with support for React Server Components.
yarn installyarn dev
Go to localhost:3000.
You can quickly deploy the demo to Vercel by clicking this link:
This demo is MIT licensed.