stereobooster/react-snap
View on GitHubDocumentation: when to use `react-snap` and when choose something else
Open
#118 opened on Jan 14, 2018
enhancementhelp wanted
Description
There are three approaches:
- prerendering or snapshotting (react-snap)
- static site generators (gatsby)
- server side rendering (next.js)
References:
- https://github.com/facebookincubator/create-react-app#popular-alternatives
- doc/alternatives
- https://github.com/stereobooster/react-snap/issues/110#issuecomment-356220154
- https://github.com/geelen/react-snapshot/issues/80#issuecomment-357457377
- staystatic
- react-static
next export- critters + prerender-loader
SSR + Caching:
- https://medium.com/@reactcomponentcaching/speedier-server-side-rendering-in-react-16-with-component-caching-e8aa677929b1
- https://github.com/rookLab/react-component-caching
- https://medium.com/walmartlabs/reactjs-ssr-profiling-and-caching-5d8e9e49240c
- https://github.com/electrode-io/electrode-react-ssr-caching
Parcel: