Attempts to recover our SSR functionality.
- After.js [-]
- Semi-dead project. Suggest to switch to Razzle (its core)
- Razzle [-]
- No docs
- No examples (except hello-world approximations)
- Requires to tune Webpack and Babel (what's the point of using it then)
- Next.js [-]
- Good docs
- Not configurable
- Ships bad tools (styled-jsx instead of styled-components, weird path-based Router instead of React-Router)
- Heavy DRY violations in
<Link/>
usage
- Nest.js [-]
Node framework. Unrelated.
- Basic React [-]
Suspense
does not support SSR (yet)
- Prerenders [-]
- React-Snap, React-Snapshot – not configurable (impossible to set starting
hostname:port
– wtf?!), didn't work at all - Prepender.io – expensive, stupid
- "Loadable" tools [-]
- react-loadable – tried and failed to setup it, too complex
- loadable-components – tried and failed to setup it, too complex
- CRA+ [?]