Skip to content

Latest commit

History

History
7 lines (5 loc) 路 218 Bytes

File metadata and controls

7 lines (5 loc) 路 218 Bytes

React Streaming SSR + TS demo

This template is build using vite and uses renderToPipeableStream for SSR. To run the demo:

  • dev: yarn install && yarn dev.
  • prod: yarn install && yarn build && yarn preview