Update react编码规范.md

This commit is contained in:
ZhouBoyu 2017-10-19 12:46:22 +08:00 committed by GitHub
parent 429bee54bb
commit 3695e9324d
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
- 文件js模块统一使用js后缀名
## js规范
- 使用es6开发尽量使用常用的ES6语法(ES6语法参考)[http://es6.ruanyifeng.com/]
- 使用es6开发尽量使用常用的ES6语法[ES6语法参考](http://es6.ruanyifeng.com/)
- 使用jsx语法
### 格式