https://github.com/boy-hack/react-todo
REACT学习
https://github.com/boy-hack/react-todo
Last synced: about 1 year ago
JSON representation
REACT学习
- Host: GitHub
- URL: https://github.com/boy-hack/react-todo
- Owner: boy-hack
- Created: 2019-01-25T02:46:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T05:10:09.000Z (over 7 years ago)
- Last Synced: 2025-02-16T01:43:47.277Z (over 1 year ago)
- Language: JavaScript
- Size: 273 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
记录了我使用REACT按照教程制作的todo list demo,并且使用了蚂蚁金服开源的组件库[ant.design](https://ant.design/) 修饰的过程。
我的2019年计划里给自己立一个flag,前端达到了解水平。我认为达到“了解前端”至少需要知道下面的如何做。
- [x] 能使用开源组件库(antd elementui)完成demo
- [ ] 前端路由操作
- [ ] 数据异步响应,axios
- [ ] 修改其他开源例子
## 参考教程
我是按照 https://github.com/zhaohaodang/react-todo 和 https://ant.design/docs/react/introduce-cn 的教程学习,并参考了下面教程。
- 3小时速成 Vue2.x 核心技术
- 前端大宝书
- 相关源码
- 菜鸟教程的REACT http://www.runoob.com/react/react-tutorial.html
## 运行
```
npm install
npm run start
```
