I am new to using Redux and Thunk and I need some help it's a very confusing concept to me. I have followed multiple tutorials and videos and managed to get a working async action using the Thunk middleware. I am basically fetching JSON data from my server and updating state accordingly for start, receive and error actions (see code below). The problem I'm having is when I execute the I am new to using Redux and Thunk and I need so