redux-ecosystem-links
Redux guide
A comprehensive resource for Redux developers
A categorized list of Redux-related addons, libraries, and utilities
5k stars
136 watching
372 forks
last commit: over 1 year ago
Linked from 1 awesome list
actionaddonsasyncmiddlewarereactreducerreduxstore
Related projects:
Repository | Description | Stars |
---|---|---|
markerikson/react-redux-links | A curated collection of tutorial and resource links on React, Redux, ES6, and more for learning advanced web development technologies. | 22,600 |
redux-loop/redux-loop | A library that enables reducers to handle effects naturally and purely by returning them from the reducer | 1,959 |
reduxjs/redux-devtools | Development tools for managing and debugging state changes in software applications. | 14,051 |
redux-saga/redux-saga | Library to manage application side effects in Redux apps using asynchronous flows and Generators | 22,536 |
angular-redux/store | A set of packages that help integrate Redux into Angular 2+ applications. | 1,337 |
reduxjs/react-redux | Provides an interface between React and Redux for managing state in applications | 23,379 |
reduxjs/redux-toolkit | An opinionated toolset for efficient Redux development | 10,737 |
redox-os/redox | A build system and foundation for an operating system written in Rust. | 15,200 |
lewis617/react-redux-tutorial | A comprehensive tutorial series on building React and Redux applications | 2,224 |
mjaneczek/conventional-redux | A React application wrapper that simplifies Redux setup by providing conventions and automating basic tasks. | 175 |
reactgo/reactgo | A full-stack React application template with universal Redux and server-side rendering capabilities | 2,803 |
makeomatic/redux-connect | A utility library for handling async data loading in React applications with Redux state management | 548 |
cyclejs-community/redux-cycles | A library that integrates functional reactive programming with Redux to handle side effects in a declarative way | 744 |
karlpurk/redux-decorators | A utility package for working with Redux using decorators in ES7/TypeScript to simplify state management and action handling. | 90 |
happypoulp/redux-tutorial | A step-by-step tutorial on using Redux for state management in JavaScript applications | 3,755 |