redux-ship
Side effect handler
A tool that handles side effects and provides snapshots for debugging and testing Redux applications.
Side effects with snapshots for Redux.
611 stars
11 watching
19 forks
Language: JavaScript
last commit: almost 3 years ago
Linked from 2 awesome lists
reduxredux-shipsnapshot
Related projects:
Repository | Description | Stars |
---|---|---|
salsita/redux-side-effects | A toolset to keep side effects within reducers while maintaining their purity. | 180 |
sskyy/redux-task | Manages asynchronous side effects in Redux applications by abstracting away boilerplate code and providing an easy way to handle task states. | 103 |
danrigsby/redux-reducer-side-effects | A library that enables safe and simple side effects in Redux reducers by decoupling effects from reducer logic. | 3 |
cyclejs-community/redux-cycles | A library that integrates functional reactive programming with Redux to handle side effects in a declarative way | 744 |
redux-loop/redux-loop | A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,959 |
weo-edu/redux-gen | A tool for Redux applications to manage side effects in a centralized way | 54 |
matthieu-beteille/redux-data-fx | A library that helps separate business logic and side effects in Redux applications using declarative data structures | 53 |
janrywang/redux-callbag | Middleware for handling side effects in Redux actions with callbag observables | 182 |
redux-effects/redux-effects | A library that simplifies the creation and management of effects in Redux applications by abstracting away low-level implementation details. | 495 |
karlpurk/redux-decorators | A utility package for working with Redux using decorators in ES7/TypeScript to simplify state management and action handling. | 90 |
calesce/redux-slider-monitor | An extension for Redux DevTools to replay recorded Redux actions using a slider-based interface. | 207 |
redux-effects/redux-effects-localstorage | A Redux effects driver for interacting with localStorage | 10 |
platzidev/redux-catch | A middleware solution for handling errors in Redux applications with support for error tracking platforms. | 150 |
tdzl2003/redux-viewmodel | A library that simplifies state management with Redux and React by providing a ViewModel abstraction | 29 |
redux-effects/redux-effects-credentials | Adds credentials to fetch requests when conditions are met | 23 |