0.0.5 • Published 7 years ago

generator-redux-actions v0.0.5

Weekly downloads
8
License
ISC
Repository
github
Last release
7 years ago

generator-redux-actions

Compose large Redux apps with small Redux modules

Why?

I got tired of typing out the same boilerplate in Redux apps with 20+ submodules.

Prerequisites

You should be using redux-actions, and optionally redux-thunk (see snippet below).

Getting started

Get Yeoman and this module.

$ npm i -g yo
$ npm i generator-redux-actions

Creating a module

$ yo redux-actions todos --async-actions=true  # create thunks for your actions; need redux-thunk for this!

License

MIT © 2017, Victor Alvarez

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago