zalewski.se
06/13/2020, 3:26 AMPatrick Jackson
06/13/2020, 12:35 PMzalewski.se
06/14/2020, 6:28 AM0.5.1
where you changed the redux to the threadsafe
implementation. From what I checked the previous version also enforced using same thread. In the new createSameThreadEnforcedStore
is actually an old createStore
, right?
2. I’m new to redux so I’m not sure about this. What’s the benefit of using thunkMiddleware
? Seems like I can do an async call from normal middleware
too.Patrick Jackson
06/14/2020, 1:01 PM