Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 402 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 402 Bytes

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.