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:
Instead of using div's you can use Fragments. `
} />
`