Skip to content

jayakirtani/next-react-server-components

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next.js 13 + React Server Components

Try the demo live here: next-rsc-hn.vercel.app.

Warning: This demo showcases using Server Components with the app directory 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.

Introduction

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.

Learn more.

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

License

This demo is MIT licensed.

About

Demo repository for Next.js + React Server Components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 46.7%
  • CSS 32.4%
  • TypeScript 20.9%