Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vercel/next-react-server-components
Demo repository for Next.js + React Server Components
https://github.com/vercel/next-react-server-components
nextjs react react-server-components
Last synced: 29 days ago
JSON representation
Demo repository for Next.js + React Server Components
- Host: GitHub
- URL: https://github.com/vercel/next-react-server-components
- Owner: vercel
- License: mit
- Created: 2021-10-07T07:08:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-02T16:14:02.000Z (3 months ago)
- Last Synced: 2024-09-30T12:42:00.382Z (about 1 month ago)
- Topics: nextjs, react, react-server-components
- Language: JavaScript
- Homepage: https://next-rsc-hn.vercel.app
- Size: 11.5 MB
- Stars: 985
- Watchers: 14
- Forks: 158
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Next.js App Router + React Server Components
Try the demo live here: [**https://next-news.vercel.app**](https://next-news.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](https://nextjs.org/docs/app/building-your-application/rendering/server-components).
### Running Locally
1. `pnpm install`
2. `pnpm dev`Go to `localhost:3000`.
### Deploy
You can quickly deploy the demo to Vercel by clicking this link:
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/templates/next.js/react-server-components)
## License
This demo is MIT licensed.