A small library that helps you to create react-redux module
npm install rrmw
rrmw YourClassName
- you will get View with your class inside with Redux actions and reducers
rrmw YourClassName -c
- the same result, but your View will be a clear function
rrmw YourClassName -s
- you will get Stylesheet connected to your View
npm test
v0.4.0 - now added Containers