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