Skip to content

Latest commit

 

History

History
 
 

README.md

Razzle With React Server Components Example

How to use

Create and start the example:
npx create-razzle-app --example with-react-server-components with-react-server-components

cd with-react-server-components
yarn start

Idea behind the example

This is a basic, bare-bones example of how to use razzle With react server components. It satisfies the entry points src/index.js for the server and and src/client.js for the browser.