# cuz

Front-end development kit.

using the following technologies:

- [React](https://github.com/facebook/react)
- [React Router](https://github.com/rackt/react-router)
- [Babel](http://babeljs.io) for ES6 and ES7 magic
- [Webpack](http://webpack.github.io) for bundling
- [Redux](https://github.com/rackt/redux)
- [ESLint](http://eslint.org) to maintain a consistent code style
- [style-loader](https://github.com/webpack/style-loader), [sass-loader](https://github.com/jtangelder/sass-loader) and [less-loader](https://github.com/webpack/less-loader) to allow import of stylesheets in plain css, sass and less,
- [react-document-meta](https://github.com/kodyl/react-document-meta) to manage page title

### Concept

- [HOC](https://facebook.github.io/react/docs/higher-order-components.html)
- [Reselect](http://redux.js.org/docs/recipes/ComputingDerivedData.html)
- [saga](http://stackoverflow.com/a/34623840/2356542)
