Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 371 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 371 Bytes

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.