文件名称:react-redux-typescript-counter:CodeSandbox演示
文件大小:9KB
文件格式:ZIP
更新时间:2024-03-13 21:28:36
react redux typescript TypeScript
react-redux-typescript-counter 这个项目是一个React + Typescript + Redux Counter演示,它是由create-react-app和Typescript和Redux create-react-app 。 该项目使用Redux管理计数器状态。 细节 使用+和-按钮控制counter增加或减少。 如何使用? 克隆项目 git clone https://github.com/lengzhang/react-redux-typescript-counter.git 转到项目目录 cd react-redux-typescript-counter 安装npm libary npm install 运行演示 npm run start
【文件预览】:
react-redux-typescript-counter-master
----.gitignore(103B)
----package.json(777B)
----src()
--------components()
--------types()
--------utils()
--------config()
--------constants()
--------reducers()
--------actions()
--------index.tsx(417B)
----public()
--------index.html(2KB)
----tsconfig.json(462B)
----README.md(584B)