GunaShekar02 / generator-front-to-back

A Fullstack Template Generator for Javascript and Django Apps
https://www.npmjs.com/package/generator-front-to-back
MIT License
16 stars 6 forks source link

Add an option to include redux thunk #29

Open GunaShekar02 opened 3 years ago

GunaShekar02 commented 3 years ago

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.