Skip to content
Amit Pal edited this page Dec 19, 2019 · 1 revision

Welcome to the react-csr-template wiki!

This is a React based client side rendering boilerplate.

In client side rendering (CSR), you are completely running ReactJS on the browser. The initial HTML rendered by the server is a placeholder and the entire UI is rendered in the browser once all your scripts load.

This boilerplate code has been developed on top of create-react-app template.

To know more about create-react-app, follow the documentation.

create-react-app documentation

To see the demo of this template, click here

Clone this wiki locally