MCPcopy
hub / github.com/nefe/redux-in-chinese

github.com/nefe/redux-in-chinese @main sqlite

repository ↗ · DeepWiki ↗
3 symbols 12 edges 6 files 0 documented · 0%
README

Redux 中文文档 Join the chat at https://gitter.im/camsong/redux-in-chinese Build Status

➡️在线文档地址:https://cn.redux.js.org/

Redux 是 JavaScript 状态容器,提供可预测化的状态管理。 (如果你需要一个 WordPress 框架,请查看 Redux Framework。)

可以让你构建一致化的应用,运行于不同的环境(客户端、服务器、原生应用),并且易于测试。不仅于此,它还提供 超爽的开发体验,比如有一个时间旅行调试器可以编辑后实时预览

Redux 除了和 React 一起用外,还支持其它界面库。 它体小精悍(只有 2kB,包括依赖)。

安装

Redux Toolkit 是官方推荐的编写 Redux 逻辑的方法。 它围绕着 Redux core,包含我们认为构建 Redux 应用程序必不可少的包和函数。Redux Toolkit 基于我们建议的最佳实践来开发,简化了大多数 Redux 任务,防止了常见错误,并使编写 Redux 应用程序变得更加容易。

npm install @reduxjs/toolkit react-redux

只安装 Redux core

npm install redux

更多信息,访问 安装文档

文档

借鉴

Redux 改进了 Flux 的思想,但通过从 Elm 中汲取灵感来避免其复杂性。即使您没有使用过 Flux 或 Elm,Redux 也只需几分钟即可上手。

Logo

官方 Logo 在 Github 上可以找到

重要里程碑

4.x 里程碑:

2022.10.1 全面完成 4.x 官方文档的翻译和校验,特别感谢以下贡献者的辛勤付出:

贡献者

在线链接:https://github.com/nefe/redux-in-chinese/graphs/contributors

所有贡献者列表

本文档翻译流程符合 ETC 翻译规范,欢迎你来一起完善

License

MIT

Core symbols most depended-on inside this repo

DetailedExplanation
called by 0
docs/components/DetailedExplanation.jsx
Home
called by 0
website/src/pages/index.js
Errors
called by 0
website/src/pages/errors.js

Shape

Function 3

Languages

TypeScript100%

Modules by API surface

website/src/pages/index.js1 symbols
website/src/pages/errors.js1 symbols
docs/components/DetailedExplanation.jsx1 symbols

Dependencies from manifests, versioned

@docusaurus/core2.0.0-beta.21 · 1×
@docusaurus/preset-classic2.0.0-beta.21 · 1×
@reduxjs/toolkit1.8.2 · 1×
@testing-library/jest-dom5.16.4 · 1×
@testing-library/react12.0.0 · 1×
@testing-library/user-event14.2.1 · 1×
@types/jest28.1.3 · 1×
@types/node18.0.0 · 1×
@types/react18.0.14 · 1×
classnames2.2.6 · 1×
cross-env7.0.3 · 1×
jest28.1.2 · 1×

For agents

$ claude mcp add redux-in-chinese \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact