Don’t use redux-thunk, especially in the 2020s — When starting with React, many people being using redux with redux-thunk. After first seeing it many years ago, I quickly smelled many anti-patterns and tried to move teams off of it. Nowadays, with Apollo GraphQL, React Context, and React Hooks among other features, there’s less reason to use it anyways. GitHub - reduxjs/redux-thunk: Thunk middleware for Redux
Thunk middleware for Redux. npm install redux-thunk yarn add redux-thunk Most tutorials today assume that you're using…github.com