Debugging
https://medium.com/@baphemot/intro-to-debugging-reactjs-applications-67cf7a50b3dd
Sync/update input from URL params
https://stackoverflow.com/questions/36596996/how-to-sync-redux-state-and-url-query-params
https://stackoverflow.com/questions/35352638/how-to-get-parameter-value-from-query-string/48256676#48256676
https://developmentarc.gitbooks.io/react-indepth/content/life_cycle/birth/post_mount_with_component_did_mount.html
https://tylermcginnis.com/react-router-url-parameters/
Structure project
https://medium.freecodecamp.org/how-to-structure-your-project-and-manage-static-resources-in-react-native-6f4cfc947d92
Deploy app, pm2 (again!)
https://hackernoon.com/start-to-finish-deploying-a-react-app-on-digitalocean-bcfae9e6d01b
This also say something y we should use proxy (ie. NGINX) to reduce Web server (PM2, Apache) task.
React server side rendering
It seem React have something that need run on server side, so it not alway hosted on S3 as Angular build ?
https://hashnode.com/post/what-is-the-difference-between-server-side-rendering-using-react-vs-using-express-in-nodejs-citkx6nja0asrey537udxdvn6
https://medium.freecodecamp.org/server-side-rendering-your-react-app-in-three-simple-steps-7a82b95db82e
https://medium.com/@baphemot/intro-to-debugging-reactjs-applications-67cf7a50b3dd
Sync/update input from URL params
https://stackoverflow.com/questions/36596996/how-to-sync-redux-state-and-url-query-params
https://stackoverflow.com/questions/35352638/how-to-get-parameter-value-from-query-string/48256676#48256676
https://developmentarc.gitbooks.io/react-indepth/content/life_cycle/birth/post_mount_with_component_did_mount.html
https://tylermcginnis.com/react-router-url-parameters/
Structure project
https://medium.freecodecamp.org/how-to-structure-your-project-and-manage-static-resources-in-react-native-6f4cfc947d92
Deploy app, pm2 (again!)
https://hackernoon.com/start-to-finish-deploying-a-react-app-on-digitalocean-bcfae9e6d01b
This also say something y we should use proxy (ie. NGINX) to reduce Web server (PM2, Apache) task.
React server side rendering
It seem React have something that need run on server side, so it not alway hosted on S3 as Angular build ?
https://hashnode.com/post/what-is-the-difference-between-server-side-rendering-using-react-vs-using-express-in-nodejs-citkx6nja0asrey537udxdvn6
https://medium.freecodecamp.org/server-side-rendering-your-react-app-in-three-simple-steps-7a82b95db82e
Comments
Post a Comment