What is Redux Thunk?
- A Redux middleware for handling asynchronous actions
- A React component for handling forms
- A JavaScript testing framework
- A UI toolkit for building web applications
Redux Thunk is a middleware for Redux that allows you to write asynchronous logic that interacts with a Redux store. It enables you to dispatch asynchronous actions, such as API requests, and handle them in a synchronous way.
Loading...