07. July 2020
Setting up Thunk with Redux and React
This is one of the reasons why getting up and running with Redux may take sometime. The setting up of the whole thing takes time. And it may take more time, if you want to setup this after you have a working React project. To start a React project today, it is easy to get up and running with Create-React-App. But gluing up Redux after that point is a very difficult and confusing process. And then comes Thunk which will take some more involvement into it.