redux-async-connect
Data loader for React
A package that enables loading and caching of asynchronous data in React applications using Redux state management.
It allows you to request async data, store them in redux state and connect them to your react component.
644 stars
15 watching
103 forks
Language: JavaScript
last commit: about 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
makeomatic/redux-connect | A utility library for handling async data loading in React applications with Redux state management | 548 |
harshitkumar31/asyncdataloader-react | A React Higher Order Component that fetches and manages data for wrapped components. | 10 |
versent/redux-loader | A utility that loads resources and manages requests in a Redux application. | 38 |
andersdjohnson/redux-reducer-async | A utility for creating standardized redux reducers for handling async actions in an efficient and reusable way. | 14 |
crubier/react-loadable-context | A component to asynchronously load any object into the React context | 2 |
kolodny/redux-await | A module that helps manage async state in Redux applications by providing middleware, a reducer, and a connector to handle promises in actions and state updates. | 155 |
pburtchaell/redux-promise-middleware | Enables simple handling of async action creators in Redux | 1,982 |
rescribet/link-redux | A JavaScript library and React component suite for rendering Linked Data in web applications. | 37 |
fredericheem/redux-act-async | Reduces boilerplate code for creating async actions and reducers in Redux applications | 125 |
kelion/redux-async-initial-state | Middleware for loading initial app state asynchronously from various sources | 114 |
ericelliott/redux-dsm | Generates boilerplate code for managing asynchronous state transitions in Redux applications. | 221 |
bryanrsmith/aurelia-react-loader | Enables the loading and rendering of React components within an Aurelia application. | 25 |
mandeepbrar/redux-director | A library that provides Redux bindings to Director router, enabling seamless integration of front-end routing with Redux React applications. | 0 |
zackargyle/redux-async-queue | Middleware for Redux to queue and execute actions asynchronously | 112 |
jedirandy/redux-url | A middleware for synchronizing the URL with Redux store state | 7 |