Skip to content

mugglim/build-your-own-react-streaming-ssr

Repository files navigation

Build Your Own React Streaming SSR ⚛️

한국어

Introduction

We're going to write super simple React Steaming SSR(Server Side Rendering).

Get started

Please follow these steps to get started:

Installation

  • Clone this repository
    git clone https://github.com/mugglim/build-your-own-rsc-framework
    cd build-your-own-rsc-framework
  • Install package
    npm install

Run dev server

# The dev server will run on https://localhost:3000 by default
npm run dev

Now you can visit https://localhost:3000 in the browser.

Run docs dev server

npm run docs:dev

Reference