This project is to help people understand how to build and structure a web app using React & Redux. This project uses a React App generator which you can read more about here.
- [React] (https://facebook.github.io/react/)
- [Redux] (http://redux.js.org/)
- [ES6] (https://github.com/lukehoban/es6features)
- [Babel] (https://babeljs.io/)
- [Webpack] (https://webpack.github.io/)
- [React for everyone] (https://www.youtube.com/playlist?list=PLLnpHn493BHFfs3Uj5tvx17mXk4B4ws4p): A YouTube video series by LevelUpTuts.
- [React-howto] (https://github.com/petehunt/react-howto): A where to start guide recommended by Dan Abramov (Creator of Redux).
This repo is not intended to say this is the best way to make a React / Redux App, it is intended to help people get an idea of how I would write React / Redux code when creating a Web App. Feel free to contribute to this by creating a pull request :)