Wednesday, June 29, 2016

Getting started with React and Redux

This is going to be a quick post as I have already created the whole thing elsewhere.

https://github.com/padcom/react-example-02

React/Redux/Mocha/Webpack example project is ready! Check it out on GitHub! It has all the bells and whistles one would need to get started with a brand new project so if you're like me - go ahead!

Happy coding!

1 comment:

Andrzej said...

You could use yeoman for quick project scaffolding, if it`s good for long-term usage, is another question :) Also, you could use Node6 (almost) without babel since it supports ES6! Proably only JSX requires transpilation.