Server-Side Rendering (SSR)
Sprig currently renders on the client. Server-side rendering and hydration are not implemented, and there is no separate SSR package in this repository.
History-mode routing requires the production host to serve the app's index.html for unknown page paths. This fallback supports client route loading; it is not server rendering. Do not describe it as SSR or hydration. See Production Deployment.