react-static claims to do three things as I see it:
1. multiple entrypoints into a runtime SPA with progressive fake-links
2. useful defaults for multi-page react development
3. pre-rendering the initial state of every page for fast load and “““SEO”””
afaict, it does the first two.
and really, what I want is number 3.