Skip to content

Latest commit

 

History

History
 
 

stem-react

Example of using vite-plugin-ssr with Stem React.

git clone git@github.com:brillout/vite-plugin-ssr
cd vite-plugin-ssr/examples/stem-react/
npm install
npm run dev

Note how the user code doesn't have any renderer/: the renderer is provided by Stem React.

The renderer is ejectable: run $ npx eject @brillout/stem-react to eject it. (Or pnpm execute eject @brillout/stem-react / yarn eject @brillout/stem-react.)