SSR and SPA toolkit for React Router apps on top of Vite.
It is built for applications that want to keep Vite and React Router visible, but still need the practical runtime layer for SSR, SPA fallback, streaming, custom entrypoints and deployment-oriented builds.
- SSR and SPA from one route tree
- React Router on both client and server
- stream rendering with request lifecycle hooks
- a Vite-native plugin and CLI flow
- Switch between SPA and SSR in 1 second.
- response-aware helpers such as redirects and status codes
- custom entrypoints for mobile, embedded and service-worker-friendly shells
npm i @lomray/vite-ssr-boostFull documentation lives here: lomray-software.github.io/vite-ssr-boost
Made with 💚
Published under MIT License.
