/rsc-example

React Server Components Super Simple Example

Primary LanguageTypeScript

rsc-example

This is a super simple example of React server components.

Getting started

  • Clone the repo
git clone https://github.com/wtchrs/rsc-example.git
  • Install dependencies and build
npm install
npm run build
  • Start the server
npm start

Now you can access the app at port 3000.