hopperhuang / tech-story

一些技术和一些故事
4 stars 0 forks source link

react ssr tutorial #18

Open hopperhuang opened 5 years ago

hopperhuang commented 5 years ago

https://medium.freecodecamp.org/server-side-rendering-your-react-app-in-three-simple-steps-7a82b95db82e

https://medium.freecodecamp.org/demystifying-reacts-server-side-render-de335d408fe4

https://medium.com/styled-components/the-simple-guide-to-server-side-rendering-react-with-styled-components-d31c6b2b8fbf

https://medium.com/@firasd/quick-start-tutorial-universal-react-with-server-side-rendering-76fe5363d6e

https://tylermcginnis.com/react-router-server-rendering/

https://survivejs.com/webpack/output/server-side-rendering/

https://medium.com/front-end-weekly/adding-a-server-side-rendering-support-for-an-existing-react-application-using-express-and-webpack-5a3d60cf9762

gogle

hopperhuang commented 5 years ago

https://crypt.codemancers.com/posts/2016-09-16-react-server-side-rendering/

https://crypt.codemancers.com/posts/2017-06-03-reactjs-server-side-rendering-with-router-v4-and-redux/

hopperhuang commented 5 years ago

https://github.com/konradmi/react-loadable-ssr-code-splitting

hopperhuang commented 5 years ago

https://medium.com/bucharestjs/upgrading-a-create-react-app-project-to-a-ssr-code-splitting-setup-9da57df2040a

hopperhuang commented 5 years ago

hmr https://medium.com/@justinjung04/react-server-side-rendering-and-hot-reloading-ffb87ca81a89

https://medium.com/@tahnik/reactjs-expressjs-with-hot-reloading-and-server-side-rendering-901a01ea2711

http://gaearon.github.io/react-hot-loader/getstarted/

https://github.com/gaearon/react-hot-loader/

https://github.com/webpack/webpack-dev-middleware

hopperhuang commented 5 years ago

cache

http://www.aliued.com/?p=4139

node lru

hopperhuang commented 5 years ago

optimize and debug in node http://www.aliued.com/?p=4148