Learning the benefits of FLUX architectural pattern and functional programming. In this repo you can find an example of a very simple interactive application written with Redux and ReactJs.
- Webpack 1.13
- Babel 6.*
- Redux 3.5.2
- ReactJS 15.0.2
- React/Router 2.4.0
To run the app:
- development mode
npm run start
; - production mode
npm run build
;
In the repo there are some examples on how to test react components, reducers, actions, thunks and store.
- Testing framework: Mocha;
- Assertion library: Expect;
- Helper library: Enzyme;
Run npm run test
to perform unit tests.