redux-data-fx
FX handler
A library that helps separate business logic and side effects in Redux applications using declarative data structures
Declarative Side Effects for Redux
53 stars
5 watching
0 forks
Language: TypeScript
last commit: almost 7 years ago
Linked from 1 awesome list
declarativejavascriptreactreduxside-effects
Related projects:
Repository | Description | Stars |
---|---|---|
redux-loop/redux-loop | A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,960 |
clarus/redux-ship | A tool that handles side effects and provides snapshots for debugging and testing Redux applications. | 610 |
xnning/eveff | A Haskell library providing an efficient way to handle effects in functional programming | 82 |
cyclejs-community/redux-cycles | A library that integrates functional reactive programming with Redux to handle side effects in a declarative way | 744 |
bravobike/efx | Library to declaratively write testable effects in Elixir code | 81 |
redux-effects/redux-effects-credentials | Adds credentials to fetch requests under specific conditions. | 23 |
longtian/redux-deferred | Middleware for handling asynchronous data fetching in Redux applications with jQuery Deferred objects | 2 |
danrigsby/redux-reducer-side-effects | A library that enables safe and simple side effects in Redux reducers by decoupling effects from reducer logic. | 3 |
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 |
fxmisc/wellbehavedfx | Provides a mechanism for defining and overriding event handlers in JavaFX controls. | 59 |
stoeffel/redux-either | Middleware for Redux that handles errors in a FSA-compliant way | 23 |
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 |
markdalgleish/redux-analytics | A middleware solution for tracking and analyzing Redux application state changes | 489 |
gregthebusker/replux | A set of reusable Redux components and utilities to simplify the management of application state in React applications | 27 |
karlpurk/redux-decorators | A utility package for working with Redux using decorators in ES7/TypeScript to simplify state management and action handling. | 90 |