redux-thunk
Thunk middleware for Redux
About this project
Redux Thunk Thunk middleware for Redux. It allows writing functions with logic inside that can interact with a Redux store's dispatch and getState methods. For complete usage instructions and useful patterns, see the Redux docs Writing Logic with Thunks page. Installation and Setup Redux Toolkit If you're using our official Redux Toolkit package as recommended, there's nothing to install - RTK's configureStore API already adds the thunk middleware by default: Manual Setup If you're using the basic Redux createStore API and need to set this up manually, first add the redux-thunk package: The thunk middleware is a named export. More Details: Importing the thunk…
Technologies
Project health
GitHub
Reviews
Built by
Maintain reduxjs/redux-thunk? Claiming verifies admin access through your GitHub account and gives you control of this listing.