Skip to content

Commit 2fce5c2

Browse files
stereoboosterpaulmelnikow
authored andcommitted
Add Prerendering section (enaqx#732)
1 parent cf7947c commit 2fce5c2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ A collection of awesome things regarding React ecosystem.
2222
- [React and SocketIO](#react-and-socketio)
2323
- [Server-Client with React](#server-client-with-react)
2424
- [Server Side Rendering](#server-side-rendering)
25+
- [Prerendering aka snapshotting](#prerendering-aka-snapshotting)
2526
- [Compiling React Tutorials](#compiling-react-tutorials)
2627
- [Debugging React](#debugging-react)
2728
- [Authentication](#authentication)
@@ -243,6 +244,10 @@ A collection of awesome things regarding React ecosystem.
243244
* [React Server Side Rendering with Hypernova](https://blog.larah.me/2017/04/10/react-server-side-rendering/)
244245
* [Server Side Rendering with Simple Redux Store Hydration](https://medium.com/@navgarcha7891/react-server-side-rendering-with-simple-redux-store-hydration-9f77ab66900a)
245246

247+
##### Prerendering aka snapshotting
248+
* [react-snap](https://github.com/stereobooster/react-snap)
249+
* [Prerendering solutions comparison](https://github.com/stereobooster/react-snap/blob/master/doc/alternatives.md)
250+
246251
##### Compiling React Tutorials
247252
* [Webpack Howto by Pete Hunt](https://github.com/petehunt/webpack-howto)
248253
* [React Webpack Cookbook](https://github.com/christianalfoni/react-webpack-cookbook)

0 commit comments

Comments
 (0)