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
Is your feature request related to a problem? Please describe.
More often than not, if your application is interacting with an API, you would want to perform asynchronous operations before sending some data into the redux store, and redux thunk is a really good solution to this.
Describe the solution you'd like
Add an option to include redux thunk along with redux. If the option is enabled by the user, you'll have to install the redux thunk library(add it to package.json) and apply the middleware in ConfigureStore.js.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
More often than not, if your application is interacting with an API, you would want to perform asynchronous operations before sending some data into the redux store, and redux thunk is a really good solution to this.
Describe the solution you'd like
Add an option to include redux thunk along with redux. If the option is enabled by the user, you'll have to install the redux thunk library(add it to package.json) and apply the middleware in ConfigureStore.js.
The text was updated successfully, but these errors were encountered: