Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 505 Bytes

README.md

File metadata and controls

25 lines (21 loc) · 505 Bytes

React语法及其详细使用示例

下载依赖包、运行调试、产出资源

# 下载依赖包
$ npm instll
# 运行调试
$ npm run dev
# 产出资源
$ npm run dist

本次示例大纲

1.React相关文件顶层api的介绍

2.jsx语法

3.数据流:state props propType

4.调用API定义组件及组件生命周期管理

5.使用ref对操作DOM

6.事件event

7.组件的组合

8.form表单操作

9.mixin共享

10.一步步搭建一个评论的应用