This code is partnered with my talk by the same name but the updated version.
The talk covers a few major concepts including:
- Code Linting (ESLint, airbnb style guide) (http://eslint.org/)
- CommonJs (http://wiki.commonjs.org/wiki/CommonJS)
- Webpack (https://webpack.github.io/)
- Babel (https://babeljs.io/)
- React (https://facebook.github.io/react/)
- React and .Net (http://reactjs.net/)
- Flux (http://facebook.github.io/flux/)
- React hot loader (https://github.com/gaearon/react-hot-loader)
- ASP.Net API
##Some Great Resources:
- awesome-react (https://github.com/enaqx/awesome-react)
- Hot Reloading with Time Travel at react-europe 2015 (https://www.youtube.com/watch?v=xsSnOQynTHs&feature=youtu.be)
- React Router at react-europe 2015 (https://www.youtube.com/watch?v=Q6Kczrgw6ic)
- Don't Rewrite, React! at react-europe 2015 (http://www.youtube.com/watch?v=BF58ZJ1ZQxY)
- The Case For Flux (https://medium.com/@dan_abramov/the-case-for-flux-379b7d1982c6#.35e2hif8g)