redux-in-chinese icon indicating copy to clipboard operation
redux-in-chinese copied to clipboard

Redux 中文文档

Results 19 redux-in-chinese issues
Sort by recently updated
recently updated
newest added

Bumps [webpack-dev-middleware](https://github.com/webpack/webpack-dev-middleware) from 5.3.3 to 5.3.4. Release notes Sourced from webpack-dev-middleware's releases. v5.3.4 5.3.4 (2024-03-20) Bug Fixes security: do not allow to read files above (#1779) (189c4ac) Changelog Sourced from...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies

api文档里面没有configureStore的描述,redux toolkit中也没有,希望可以加入

https://cn.redux.js.org/tutorials/essentials/part-2-app-structure#react-counter-%E7%BB%84%E4%BB%B6 `[React Counter 组件]`部分: [React-Redux 库](https://react-redux.js.org/) 有 [一组自定义 hooks,允许你的 React 组件与 Redux store 交互]([https://react-redux.js.org/api/hooks)。](https://react-redux.js.org/api/hooks%EF%BC%89%E3%80%82) 这里把`)。`写入了链接中,这会导致404,应该改为: [React-Redux 库](https://react-redux.js.org/) 有 [一组自定义 hooks,允许你的 React 组件与 Redux store 交互]([https://react-redux.js.org/api/hooks](https://react-redux.js.org/api/hooks%EF%BC%89%E3%80%82))。

[中文官网链接](https://cn.redux.js.org/tutorials/typescript-quick-start) 其中useAppDispatch 这个 hook 如果这样使用会报错,应该这样使用`export const useAppDispatch = () => useDispatch() ` ```js // app/store.ts import { configureStore } from '@reduxjs/toolkit' // ... const store = configureStore({ reducer: { posts:...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

Bumps [ws](https://github.com/websockets/ws) from 7.5.9 to 7.5.10. Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to the 7.x release line (22c28763). Commits d962d70 [dist] 7.5.10 22c2876 [security] Fix...

dependencies

Redux基础教程-数据流基础-[展示文章列表](https://cn.redux.js.org/tutorials/essentials/part-3-data-flow#%E5%B1%95%E7%A4%BA%E6%96%87%E7%AB%A0%E5%88%97%E8%A1%A8)小节中的store被翻译成了商店 > 现在我们的商店中有一些文章数据

![image](https://github.com/user-attachments/assets/fd296bb9-d5d3-4725-8859-2553ef5df460)