Skip to content

Implementation of Server Side Rendering using React without NextJS

Notifications You must be signed in to change notification settings

naman360/react-ssr

Repository files navigation

Server Side Rendering without Next

SSR is a strategy of returning rendered HTML from the server. React works on client side rendering strategy, JS bundles and template HTMl file is returned when user requests the server and on the client side the HTML file is populated using the JS bundle returned.
This is the out of the box demo of how SSR in Next/Remix works.

About

Implementation of Server Side Rendering using React without NextJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published