shenshanyoumu / redux-thunk-annotations

annotations for redux-thunk, make it clear to implement redux middleware

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

redux-thunk-annotations

redux 中间件用于增强 store 的 dispatch 能力,使得异步 action 能够被拦截并等异步执行完毕后再触发 store 的 reducer 来更新 state 状态。遵循 redux 的中间件编写规范,可以很容易实现功能丰富的中间件

About

annotations for redux-thunk, make it clear to implement redux middleware


Languages

Language:JavaScript 71.4%Language:TypeScript 28.6%