Update react编码规范.md

This commit is contained in:
ZhouBoyu 2017-12-07 14:34:53 +08:00 committed by GitHub
parent f4d0178df1
commit d05cd5601c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
- 每一个文件只包含一个组件,每一个基本组件只包含单一功能
- src目录下如果文件返回是一个类文件名首字母大写
- 文件js模块统一使用js后缀名
- React组件文件使用大驼峰命名方式其他文件一律使用小写命名如果需要使用中划线分割。
## js规范
- 使用es6开发尽量使用常用的ES6语法[ES6语法参考](http://es6.ruanyifeng.com/)