推荐:
<div class="modulename"><div class="modulename_info"><div class="modulename_son"></div><div class="modulename_son"><div class="modulename_son_user"><img src=https://www.isolves.com/it/cxkf/bk/2021-12-02/"" >...
... .。前端规范整理( 三 )。" />
<div class="mod_yours"></div>
业务公共模块:以 业务名_mod_ 开头<div class="paipai_mod_yours"></div>
常用命名推荐<div class="ad"></div>
这种广告的英文或拼音类名不应该出现<div class="fuck"></div><div class="jer"></div><div class="sm"></div><div class="gcd"></div><div class="ass"></div><div class="KMT"></div>...
JS规范React&JSX 书写规范// bad import reservationCard from './ReservationCard'// good import ReservationCard from './ReservationCard'// bad const ReservationItem = <ReservationCard />// good const reservationItem = <ReservationCard />
对齐// bad <Foo superLongParam='bar'anotherSuperLongParam='baz' /> // good <FoosuperLongParam='bar'anotherSuperLongParam='baz'/> // if props fit in one line then keep it on the same line <Foo bar='bar' />// children get indented normally<FoosuperLongParam='bar'anotherSuperLongParam='baz'><Quux /></Foo> // bad{showButton &&<Button />}// bad {showButton &&<Button />} // good{showButton && (<Button />)}// good {showButton && <Button />}
空格// bad<Foo/> // bad <Foo/>// good<Foo />
不要在 JSX 的花括号里边加空格,eslint: react/jsx-curly-spacing// bad<Foo bar={ baz } />// good<Foo bar={baz} />
引号// bad<Foo bar="bar" />// good<Foo bar='bar' /> // bad <Foo style={{ left: "20px" }} />// good <Foo style={{ left: '20px' }} />
属性// bad <FooUserName='hello'phone_number={12345678} />// good <FoouserName='hello'phoneNumber={12345678}/>
当属性值为true时可以省略,eslint:react/jsx-boolean-value// bad <Foohidden={true}/>// good <Foohidden/>// good <Foo hidden />
避免使用数组的索引作为 key 属性值, 建议使用稳定的ID,eslint:react/no-array-index-key// bad <Fooref='myRef' />// good <Fooref={ref => { this.myRef = ref }} />
推荐阅读
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 前端开发中需要掌握的开发框架React
- jQuery知识整理
- |整理最受欢迎的五把紫砂壶器型
- MySQL 团队开发规范,太详细了,建议收藏
- 前端开发框架之Vue开发流程与使用
- 华为架构师整理Redis数据结构的大厂最佳实践
- 前端开发之VUE介绍与使用
- 游泳池设计规范和方案的详细说明
- 如何整理磁盘碎片整理磁盘碎片整理的详细方法
- 1980年出生的足球明星?1982年的足球明星