/redux-generator-action

an action flow control,redux middleware

Primary LanguageJavaScript

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:'**'}]}, ...]