So you’re building a site using React, have React Router managing what components to render given a particular URL and finally have Redux looking after the state. This appears to be the go-to architecture these days and theres nothing wrong with that. Now what if you want to render your…