Read Pre-rendering with react-snap & Redwood and that raised another consideration that I forgot:
- How to handle routes, pages nested in
<Private>
Assumption might be that such auth-backed pages cannot be prerendered and that the prerender
is not allowed on a Route
if surrounded by <Private>
.