Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option to include redux thunk #29

Open
GunaShekar02 opened this issue Apr 13, 2021 · 0 comments
Open

Add an option to include redux thunk #29

GunaShekar02 opened this issue Apr 13, 2021 · 0 comments

Comments

@GunaShekar02
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant