Simple CRUD example build using React, Redux, react-router, webpack
- npm install
- npm start
#info to understand the code
React validation mixin
Joi - object validator
Redux - super nice flux implementation
Why Redux?
Webpack - for bundling
- https://github.com/webpack
- https://github.com/petehunt/webpack-howto
- http://www.2ality.com/2015/04/webpack-es6.html
Babel - for writing ES6 code and transpile it to ES5