redux-async-initial-state
Async loader
Middleware for loading initial app state asynchronously from various sources
Redux middleware that helps you load redux initial state asynchronously
114 stars
3 watching
12 forks
Language: JavaScript
last commit: about 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
ericelliott/redux-dsm | Generates boilerplate code for managing asynchronous state transitions in Redux applications. | 221 |
reduxjs/redux | A JavaScript library for managing global state in applications | 60,912 |
perry-mitchell/redux-browser-extension-sync | A toolkit to synchronize Redux state between different parts of a browser extension | 6 |
jedirandy/redux-url | A middleware for synchronizing the URL with Redux store state | 7 |
luisvinicius167/dutier | An immutable, async state management solution for JavaScript applications inspired by Redux. | 394 |
reduxkit/reduxkit | A predictable state container for Swift apps | 605 |
joshburgess/redux-most | Middleware for Redux that handles async actions with monadic streams and reactive programming. | 139 |
makeomatic/redux-connect | A utility library for handling async data loading in React applications with Redux state management | 548 |
chentsulin/redux | A JavaScript library for managing and predicting application state changes | 204 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |
jas-chen/redux-core | A minimal Redux implementation providing basic APIs for managing state and dispatching actions. | 42 |
lukasz-pluszczewski/redux-better-promise | Middleware that supports async side-effects in Redux actions and allows consistent action creators with other middlewares' power | 15 |
dwyl/learn-redux | A comprehensive guide to learning Redux for managing state in web and mobile applications | 446 |
kwame998/wepy-redux | A Wepy project integrating Redux for state management in JavaScript applications. | 9 |