react-usemiddleware
react-usemiddleware copied to clipboard
React >=16.7 hook, allowing to use standard Redux middleware with useReducer
Results
1
react-usemiddleware issues
Sort by
recently updated
recently updated
newest added
The getState function passed to the middleware returns stale state after you dispatch a plain action. You can see the example here: https://codesandbox.io/s/xl3jxokwm4 If you click the counter and check...