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.
forked from naman360/react-ssr
-
Notifications
You must be signed in to change notification settings - Fork 0
Lewin671/react-ssr-without-nextjs
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Implementation of Server Side Rendering using React without NextJS
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- JavaScript 100.0%