redux-elm-middleware
Middleware
Elm middleware for Redux
Elm middleware for redux
149 stars
4 watching
8 forks
Language: JavaScript
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
stoeffel/redux-either | Middleware for Redux that handles errors in a FSA-compliant way | 23 |
platzidev/socket.io-redux | Middleware to connect Redux with Socket.IO and send actions via a real-time network connection. | 105 |
grofers/redux-cookies-middleware | Middleware to sync parts of Redux state with browser cookies. | 81 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
ellbee/redux-boilerplate | A boilerplate project providing a quick start for experimenting with Redux | 40 |
reduxjs/angular-redux | Angular bindings for Redux to simplify state management in Angular applications | 71 |
agraboso/redux-api-middleware | Middleware that calls an API and dispatches standard actions based on the request outcome. | 1,491 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,912 |
jeffbski/redux-logic | Middleware for organizing business logic in Redux applications | 1,807 |
perry-mitchell/redux-browser-extension-sync | A toolkit to synchronize Redux state between different parts of a browser extension | 6 |
joshburgess/redux-most | Middleware for Redux that handles async actions with monadic streams and reactive programming. | 139 |
lukasz-pluszczewski/redux-better-promise | Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
redux-loop/redux-loop | A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,959 |
alanrubin/redux-simple-promise | Middleware for Redux that handles promises with minimal boilerplate declarations | 53 |
lastmjs/redux-store-element | An element allowing declarative Redux API integration | 82 |