-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathTODO
21 lines (16 loc) · 1.01 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
1. Implement server-side rendering
* http://winterbe.com/posts/2015/02/16/isomorphic-react-webapps-on-the-jvm/
* https://patrickgrimard.io/2016/11/24/server-side-rendering-with-spring-boot-and-react/
* https://github.com/KnisterPeter/jreact
* https://medium.com/@jimmy_shen/use-nashorn-engine-to-do-server-side-rendering-with-react-eba835e33d77
* https://www.youtube.com/watch?v=CUepTUXfS4g
* http://yanns.github.io/blog/2014/03/15/server-side-rendering-for-javascript-reactjs-framework/
* https://github.com/zeit/next.js/
Or go with static site rendering approach:
* https://github.com/amsul/react-translated/tree/master/examples/react-dom#pre-rendering-into-static-html-files
* https://github.com/geelen/react-snapshot
And probably in combination with this approach
* https://hackernoon.com/react-js-efficient-server-rending-5dcb2a0ae14a
3. Potential Libraries/References
* https://github.com/jasonslyvia/react-lazyload
* https://github.com/amsul/react-translated/tree/master/examples/react-dom