文件名称:condux:使用React Hooks的Redux Like状态管理
文件大小:12KB
文件格式:ZIP
更新时间:2024-04-14 09:12:58
TypeScript
康德克斯 带钩的状态,简单但精致。 安装 npm i react-hooks-condux -S 例子 // Counter/actionTypes.ts export const INCREMENT_COUNTER = 'INCREMENT_COUNTER' export const DECREMENT_COUNTER = 'DECREMENT_COUNTER' export const CLEAR_COUNTER = 'CLEAR_COUNTER' export const THEME_DARK = 'THEME_DARK' export const THEME_LIGHT = 'THEME_LIGHT' // Counter/types.ts import { INCREMENT_COUNTER , DECREMENT_COUNTER , CLEAR_COUNTER ,
【文件预览】:
condux-master
----example()
--------package.json(431B)
--------src()
--------tsconfig.json(671B)
--------LICENSE.md(1KB)
--------.gitignore(178B)
----rollup.config.js(719B)
----package.json(1KB)
----readme.md(6KB)
----.github()
--------workflows()
----license(1KB)
----src()
--------index.tsx(2KB)
----tsconfig.json(534B)
----.gitignore(60B)
----.editorconfig(211B)