yellowbeee / next-react-server-component

基于 nextjs 和 react-server-component 构建的 todo demo,实现 ssr 的同时,部分使用 server component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nextjs React Server Component Demo

This is a demo app built with Nextjs and Server Components, an experimental React feature. It can use Server Components with Server Side Rendering. If you are intrested in this demo, we strongly recommend watching our talk introducing Server Components.

Setup

You will need to have nodejs >=14.9.0 in order to run this demo. Node 14 LTS is a good choice!

yarn
yarn dev

Demo View

License

This demo is MIT licensed.

About

基于 nextjs 和 react-server-component 构建的 todo demo,实现 ssr 的同时,部分使用 server component


Languages

Language:JavaScript 77.3%Language:CSS 22.7%