Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 820 Bytes

README.md

File metadata and controls

39 lines (22 loc) · 820 Bytes

react-redux-router-crud-example

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

UPDATED version (not finished)

installation

  • 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

Babel - for writing ES6 code and transpile it to ES5