Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/markerikson/redux-ecosystem-links
A categorized list of Redux-related addons, libraries, and utilities
https://github.com/markerikson/redux-ecosystem-links
action addons async middleware react reducer redux store
Last synced: 3 days ago
JSON representation
A categorized list of Redux-related addons, libraries, and utilities
- Host: GitHub
- URL: https://github.com/markerikson/redux-ecosystem-links
- Owner: markerikson
- Created: 2016-03-26T03:20:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T09:09:48.000Z (over 1 year ago)
- Last Synced: 2025-01-02T02:08:22.748Z (10 days ago)
- Topics: action, addons, async, middleware, react, reducer, redux, store
- Size: 1.16 MB
- Stars: 5,232
- Watchers: 136
- Forks: 372
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - redux-ecosystem-links - A categorized list of Redux-related addons, libraries, and utilities (Others)
- awesome-list - redux-ecosystem-links - related addons, libraries, and utilities | markerikson | 5019 | (Others)
README
# Redux Ecosystem Links
A categorized list of addon libraries for Redux, as well as other libraries that are closely related.This page overlaps with the [Ecosystem page](http://redux.js.org/docs/introduction/Ecosystem.html) in the Redux documentation, and the [Awesome-Redux](https://github.com/xgrommx/awesome-redux) list, but is much more comprehensive and includes more categories.
Items listed in a category are generally in no specific order - just whatever sequence I happened to add them in.
You may also be interested in my [React/Redux tutorials and resources collection](https://github.com/markerikson/react-redux-links).
## Table of Contents
#### Core Redux Concepts
- [Reducers](./reducers.md)
- [Actions](./actions.md)
- [Store](./store.md)
- [Store - Persistence](store-persistence.md)
- [Action/Reducer/Constant Generators](./action-reducer-generators.md)#### Advanced/Additional Redux Concepts
- [Immutable Data](./immutable-data.md)
- [Middleware](./middleware.md)
- [Middleware - Async Behavior](middleware-async.md)
- [Middleware - Network Requests](middleware-network-requests.md)
- [Middleware - Sockets and Adapters](middleware-sockets-adapters.md)
- [Side Effects](./side-effects.md)
- [Side Effects - Functions](side-effects-functions.md)
- [Side Effects - Generators](side-effects-generators.md)
- [Side Effects - Observables](side-effects-observables.md)
- [Side Effects - Reducers/Other](side-effects-other.md)
- [Dev Tools](devtools.md)
- [Testing](testing.md)
- [Entity/Collection Management](entity-collection-management.md)
- [Prebuilt Use Cases and Integration](use-cases.md)
- [Utilities](utilities.md)
- [Other Redux Resources](other-resources.md)#### Components and UI
- [Component/Local State](component-state.md)
- [Component Data Fetching and Preloading](component-data-fetching-preloading.md)
- [Widgets](widgets.md)
- [Forms](forms.md)
- [Routing](routing.md)#### Redux-Based Libraries and Apps
- [Applications and Examples](apps-and-examples.md)
- [Project Scaffolding and CLIs](project-scaffolding.md)
- [Library Integration and Bindings](./library-integration.md)
- [Alternate Approaches and Variations](variations.md)