Sign in
Log inSign up

How to use the same html template for different projects in React

Marvin Dick's photo
Marvin Dick
·Apr 28, 2018

Hello,

I know that in React I can just give every React Component their own DOM node to be rendered on, but they're still in the same project that way.

Is it possible to make several React projects, let's say, one that handles the navbar, one that handles the content, and another one that handles the footer and render them onto the same template?

The idea is to seperate this way to simulate different dev teams being responsible for their own project/part of the website.