Home page

Welcome

You can find the source code of this React App on this repository Github.

In this repo, all the configuration is about SSR Server Side Rendering

We use renderToString on the server side to generate the DOM and make it download to your browser like PHP or JAVA App does naturally, then we make a React hydratation when the client has been downloaded via the bundle.js files in the <script src="bundle.js"> DOM.

This frontend architecture is home made, and is as efficient as possible, which means the less code the better, and also the less files the better. React SSR is very complicated to understand, I have been installing this for big companies, just enjoy.

Thanks to give me a Github star for this project.