There is only one layout page that you need to customize and do not match multiple at the same time
up vote 2 down vote favorite It's like I'm trying right now and doing that, for example, the front page, which is my app.jsx, which is being sent via Router.jsx and so on to Content.jsx. Content must contain Narbar, Footer and Meta as title and description. So I only have to work with design somewhere instead of being located in several places. Image here to show what i try. The problem is just that I want to send the title and description with the over to the content.jsx file that make App.jsx only content content and description and what should be on each page. Router.jsx import React from 'react'; import BrowserRouter, Route, Switch from 'react-router-dom'; //home site here import Home from './Home/App'; //Nyheder import Nyheder from './Nyheder/index'; import Nyhed from './Nyheder/nyhed'; //Account import Login from './Account/Login'; import Forget from './Account/Forget'; import Create from './Account/C...