0.1.0 • Published 7 years ago

redux-generator-action v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

Redux Generator Action

an action flow control,redux middleware

Example

cd example
npm i / yarn install
npm start / yarn start

Test

Use

type action

acton = {type:''},{type:''}

dispatch([
    {type:'**'},{type:'**'}
])

action = [{type:''},[{type:''},{type:'**'}], ...]

dispatch([

])

action = [{type:''},{type:'GEN_ALL',data:[{type:''},{type:'**'}]}, ...]

action = [{type:''},{type:'GEN_RACE',data:[{type:''},{type:'**'}]}, ...]