react-redux-router-crud-example icon indicating copy to clipboard operation
react-redux-router-crud-example copied to clipboard

Simple example build using React, Redux, react-router, webpack

react-redux-router-crud-example

Simple CRUD example build using React, Redux, react-router, webpack

UPDATED version (not finished)

  • https://github.com/jsdmc/react-redux-router-crud-boilerplate

installation

  • npm install
  • npm start

#info to understand the code

React validation mixin

  • https://github.com/jurassix/react-validation-mixin

Joi - object validator

  • https://github.com/hapijs/joi#validatevalue-schema-options-callback

Redux - super nice flux implementation

  • https://github.com/gaearon/redux

Why Redux?

  • https://blog.andyet.com/2015/08/06/what-the-flux-lets-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

  • https://babeljs.io