redux-url
URL sync middleware
A middleware for synchronizing the URL with Redux store state
A redux middleware for synchronizing the url with your redux store's state.
7 stars
1 watching
1 forks
Language: JavaScript
last commit: almost 2 years ago
Linked from 1 awesome list
javascriptjavascript-libraryreactreduxredux-middlewareredux-urlrouter
Related projects:
Repository | Description | Stars |
---|---|---|
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
grofers/redux-cookies-middleware | Middleware to sync parts of Redux state with browser cookies. | 81 |
platzidev/socket.io-redux | Middleware to connect Redux with Socket.IO and send actions via a real-time network connection. | 105 |
perry-mitchell/redux-browser-extension-sync | A toolkit to synchronize Redux state between different parts of a browser extension | 6 |
jeffbski/redux-logic | Middleware for organizing business logic in Redux applications | 1,807 |
colinmeinke/universal-redux-router | A router that integrates URL parameters into Redux state and executes action creators during navigation. | 22 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |
kelion/redux-async-initial-state | Middleware for loading initial app state asynchronously from various sources | 114 |
joshburgess/redux-most | Middleware for Redux that handles async actions with monadic streams and reactive programming. | 139 |
denisizmaylov/redux-catch-promise | Middleware to catch and handle promises and async functions in Redux applications | 66 |
lukasz-pluszczewski/redux-better-promise | Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
swennemans/redux-lunr | Middleware that makes Redux stores searchable with the help of the Lunr.js search engine | 30 |
redbooth/backbone-redux | A tool that synchronizes Backbone collections and Redux stores in real-time | 191 |
shanhaichik/redux-sync-promise | Middleware for writing asynchronous actions in synchronous style | 4 |
faceyspacey/redux-first-router | Seamlessly integrates Redux with routing functionality without unnecessary framework dependencies. | 1,564 |