Redux is a predictable state container for JavaScript apps.
25
公共仓库
153,914
总星标
1,169
关注者
reduxjs是一个专注于JavaScript应用的预测状态容器组织,其在GitHub上拥有丰富的公共代码库。其主要编程语言包括TypeScript、JavaScript、CSS和Vue。redux、react-redux和redux-thunk等知名项目在开发者中广受欢迎,展示了该组织在状态管理领域的领导地位。
A JS library for predictable global state management
Official React bindings for Redux
Selector library for Redux
Thunk middleware for Redux
DevTools for Redux with hot reloading, action replay, and customizable UI
The official, opinionated, batteries-included toolset for efficient Redux development
A mock store for testing Redux async action creators and middleware.
Official Redux templates for Vite, Create-React-App, and more
ARCHIVED: the CRA+JS template has moved to https://github.com/reduxjs/redux-templates
Example app for the Redux Essentials tutorial
A chart monitor for Redux DevTools https://www.npmjs.com/package/redux-devtools-chart-monitor
Source code for the Redux Toolkit Advanced Tutorial
Real-time visualizations of your application state
Source code for the Toolkit Intermediate Tutorial
Example app for the Redux Fundamentals tutorial
Official Angular bindings for Redux
Performance benchmark harness for React-Redux
The standard Redux / Redux Toolkit "counter" app template for Create React App
Examples of how to use Redux.
Official Vue bindings for Redux
Redux DevTools extension.
Remote Redux DevTools monitor app.
Redux DevTools instrumentation
The standard Redux / Redux Toolkit "counter" app template for Vue
The standard Redux / Redux Toolkit "counter" app template for Angular
reduxjs主要构建了与状态管理相关的库和工具,如redux、react-redux和redux-devtools等。这些项目旨在简化JavaScript应用的状态管理,使开发者能够更方便地管理应用状态。
reduxjs主要使用TypeScript、JavaScript、CSS和Vue等编程语言。这些语言的结合使得reduxjs能够开发出高效且功能丰富的状态管理库,满足不同开发者的需求。
是的,reduxjs的所有代码库都是公开的。这意味着任何人都可以访问、使用和贡献这些项目,促进了开源社区的合作与创新。