ok2ju / react-ssr-example

React server side rendering under the hood

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React SSR Example

The main intention of this project is to show how SSR works under the hood. For production I would recommend to use next.js or gatsby.

Also you can read explanation article here

To test server side fetching disable javascript in browser:

  1. Go to developer tools;
  2. Open settings (press F1 key);
  3. Check the Disable JavaScript option from Debugger section.

About

React server side rendering under the hood


Languages

Language:JavaScript 93.8%Language:EJS 6.2%