redux-thunk
Thunk function builder
Allows writing functions with logic inside that interact with Redux store's dispatch and getState methods
Thunk middleware for Redux
18k stars
170 watching
1k forks
Language: TypeScript
last commit: about 1 month ago
Linked from 3 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
reduxjs/redux-toolkit | An opinionated toolset for efficient Redux development | 10,737 |
reduxjs/react-redux | Provides an interface between React and Redux for managing state in applications | 23,379 |
redux-utilities/redux-actions | Utilities for creating and managing Redux actions | 6,511 |
markerikson/redux-ecosystem-links | A comprehensive resource for Redux developers | 5,229 |
redux-orm/redux-orm | A JavaScript library for managing relational data in Redux stores. | 2,951 |
reduxjs/redux-devtools | Development tools for managing and debugging state changes in software applications. | 14,051 |
happypoulp/redux-tutorial | A step-by-step tutorial on using Redux for state management in JavaScript applications | 3,755 |
reswift/reswift-thunk | A middleware solution for managing side effects in Redux-like state management systems | 106 |
redux-saga/redux-saga | Library to manage application side effects in Redux apps using asynchronous flows and Generators | 22,536 |
jeffbski/redux-logic | Middleware for organizing business logic in Redux applications | 1,807 |
platzidev/socket.io-redux | Middleware to connect Redux with Socket.IO and send actions via a real-time network connection. | 105 |
redux-observable/redux-observable | A middleware library that enables the composition and cancellation of asynchronous actions to create side effects in Redux-based applications. | 7,850 |
logrocket/redux-logger | A Redux middleware that logs and visualizes application state changes | 5,760 |
redux-utilities/redux-promise | A middleware for Redux that handles promises in Flux Standard Actions | 2,667 |
zalmoxisus/redux-devtools-extension | An extension for debugging and inspecting Redux stores in JavaScript applications | 13,499 |