I\'m used to application layouts with multiple yield areas, i.e. for content area and for top bar title. I\'d like to achieve something similar in React Router. For example:
Another method is within the render method of route multiple passed components can be created using react.createElement
React.createElement(Component1, {...props}}, React.createElement(Component2, {...props}}/>