Skip to content

nealmm/react-server-components

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Server Components (without a Framework)

An example of a React application implementing server components without a framework.

See my blog post explaining how this works.

Instructions

  1. Run npm install to install dependencies.
  2. Run npm run build to build client bundles.
  3. Run npm start to start local server on localhost:3003.