Declare routes & one single
resolve()
method thatReactDOM.render()
the page.
Layout Suspense/lazy easy with
next()
middleware and
Async routes. Can
fetch()
data before rendering the page to be rendered.
Needs external state manager (eg Mobx) to pass the props
Redirection. Be careful there.
Insert "box" https://githubbox.com/ndrean/universal-router-redict
Append the repo after uri https://stackblitz.com/github/ndrean/universal-router-redict