A curated list of awesome things related to server side rendering.
- Vue 3 Docs - Server-Side Rendering Guide
- Pinia Docs - Server-Side Rendering
- Nuxt.js Docs - Server-Side Rendering
- vitesse-ssr-template: 🏕 Opinionated Vue + Vite Starter Template with SSR in Node.js
- ReactDOMServer
- Redux Docs - Server Rendering
- Next.js
- React Router SSR
vite-ssr
use the same ssr logic as the docs stated
- Remix Data Loading
- Highlights: Different Adapters for build serving
- New Blog post: Remix vs Next.js
- Modern.js
- useEffect on server side, i.e. useSSE
- https://github.com/matthew-andrews/isomorphic-fetch
- https://remix.run/docs/en/v1/other-api/node#polyfills
- vite-plugin-remove-exports: A Vite plugin to remove certain exports, helpful to help delete
getServerSideProps
in the client code.