Redux Generator Action
March 14, 2017 ยท View on GitHub
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([
])