Relative Content

Tag Archive for htmlreactjsweb

set up template and sub templates in a react.js website

I am creating my website using react.js
The website is about reviewing products and shops.
I create a main template under App.js and App.css that contain components like Header and Footer. Those will be in common with all the pages.
Then I want to create 2 sub template: one for products and one for shops (ProductsTemplate and ShopsTemplate).