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:
- Go to developer tools;
- Open settings (press F1 key);
- Check the
Disable JavaScript
option fromDebugger
section.