redux-effects-promise
An implementation of declarative promises effects for redux.
An implementation of declarative promises effects for redux.
Writing asynchronous actions in synchronous style
Redux promise middleware
Strong typed typescript redux actions
redux middleware which allows dispatching promise action creators sequentially
🦋 A redux toolkit that tracks your asynchronous redux actions (effects) and informs about the pending state using the selector function
FSA-compliant promise middleware for Redux and support dispatch and getState.
Create redux reducers for async behaviors of multiple actions.
Record the time consumed by each asynchronous action
Some toolkits to make sure you can wait for saga to complete and get result from saga just like redux-promise.
A redux middleware which tracks your asynchronous Redux actions (effects) and informs about the progress through selector function
redux-promise-async-actions
redux 中间件。允许用户使用 Promise 函数进行异步处理。与redux-promise 不同的是,redux-promise 是处理 action 或 action.payload 为 Promise 的情况,而redux-ra-promise 是处理当响应函数为Promise的情况
A simple(r) Redux middleware for promise handling.
通过react-context,useReducer替代redux,可扩展支持与redux周边middleware中间件,通过useModel(['key'])可获取state和dispatch,其中useModel已做到获取的属性值变化,组件才会重新渲染,摆脱useContext因context中无关数据导致的重复渲染问题。