You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This depends on #5 (and #13 or an equivalent). We should refactor thunks out of the core dispatch method and move them to a middleware (how redux-thunk works). This middleware should probably be bundled by default, since thunks were implemented in Rodux before.
The text was updated successfully, but these errors were encountered:
I'd include them in Rodux, but not enable them by default. If people want thunks, they can enable the middleware themselves, but I don't see a need to enable them as-is.
This depends on #5 (and #13 or an equivalent). We should refactor thunks out of the core
dispatch
method and move them to a middleware (how redux-thunk works). This middleware should probably be bundled by default, since thunks were implemented in Rodux before.The text was updated successfully, but these errors were encountered: