rrmw
v0.4.3
Published
it will help you create react-redux module
Downloads
3
Readme
React Redux Module Writer
A small library that helps you to create react-redux module
Installation
npm install rrmw
Usage
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
Result
Tests
npm test
News
v0.4.0 - now added Containers