Thunk

What Is It And How To Incorporate It In Your Next React-Redux Project

Jack

--

Courtesy of www.nan-labs.com

When using Redux, we reconfigure our components to allow for a global state that can be passed in as props and updated accordingly. This can drastically simplify our logic, as we no longer have to worry about potentially passing props down a long on child components. We use action creators to dispatch an action and adjust our Redux store…

--

--