文件名称:redux-loop-ts-example:展示具有TypeScript条件类型(> = 2.8)的redux-loop的示例
文件大小:130KB
文件格式:ZIP
更新时间:2024-06-08 03:43:55
TypeScript
使用TypeScript演示Redux循环的示例 该项目是简化版本。 它使用TypeScript 2.8 因此在还原器中匹配动作要容易得多。 在“ 模式下,将动作与reducer放在一起。 运行 npm install && npm运行 测试一下 npm运行测试
【文件预览】:
redux-loop-ts-example-master
----.gitignore(294B)
----package.json(3KB)
----tslint.json(1KB)
----package-lock.json(542KB)
----src()
--------components()
--------definitions()
--------reducers()
--------index.css(179B)
--------index.tsx(775B)
--------test()
--------api.ts(676B)
----poi.config.js(187B)
----tsconfig.json(872B)
----README.md(546B)
----tsconfig.test.json(87B)
----.prettierrc(190B)