bronifty / vite-ssr-react-streaming-marcs-observable-store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite SSR React Streaming Marcs Observable Shared State

pnpm i && pnpm dev

Note:

  • the start script is precompiling which takes as long as the suspense to render then loads immediately. The implication is that the server is not streaming the html to the client in prod, only in dev, so just use the dev script above for now. But you can use prod too.
pnpm start

About


Languages

Language:TypeScript 56.2%Language:JavaScript 24.2%Language:CSS 15.9%Language:HTML 3.7%