forked from forgetest5/react-components-docs
Update react编码规范.md
This commit is contained in:
parent
f4d0178df1
commit
d05cd5601c
|
@ -6,6 +6,7 @@
|
|||
- 每一个文件只包含一个组件,每一个基本组件只包含单一功能
|
||||
- src目录下,如果文件返回是一个类,文件名首字母大写
|
||||
- 文件js模块统一使用js后缀名
|
||||
- React组件文件使用大驼峰命名方式,其他文件一律使用小写命名,如果需要使用中划线分割。
|
||||
|
||||
## js规范
|
||||
- 使用es6开发,尽量使用常用的ES6语法,[ES6语法参考](http://es6.ruanyifeng.com/)
|
||||
|
|
Loading…
Reference in New Issue