File tree 1 file changed +22
-0
lines changed 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Airbnb React/JSX Style Guide
2
+
3
+ ** คู่มือแนะนำการเขียน React และ JSX ที่เข้าท่ามากที่สุด** โดย [ Airbnb] ( https://github.com/airbnb/javascript/ )
4
+ > คู่มือนี้ผมแปลโดยใส่คำอธิบายและตัวอย่างเพิ่มเติม (ไม่แปลตรงตัว) เพื่อให้ผู้อ่านสามารถเข้าใจเนื้อหาต่างๆได้ดียิ่งขึ้น ในกรณีที่เจอข้อผิดพลาดใดๆ กรุณา Fork และ PR ถ้ามีคำถามสามารถเปิด Issue ได้เลยครับ หวังว่าคู่มือนี้จะมีประโยชน์ต่อผู้อ่านไม่มากก็น้อย :pray :
5
+
6
+ ## Table of Contents
7
+
8
+ 1 . [ Basic Rules] ( #basic-rules )
9
+ 1 . [ Class vs ` React.createClass ` vs stateless] ( #class-vs-reactcreateclass-vs-stateless )
10
+ 1 . [ Naming] ( #naming )
11
+ 1 . [ Declaration] ( #declaration )
12
+ 1 . [ Alignment] ( #alignment )
13
+ 1 . [ Quotes] ( #quotes )
14
+ 1 . [ Spacing] ( #spacing )
15
+ 1 . [ Props] ( #props )
16
+ 1 . [ Parentheses] ( #parentheses )
17
+ 1 . [ Tags] ( #tags )
18
+ 1 . [ Methods] ( #methods )
19
+ 1 . [ Ordering] ( #ordering )
20
+ 1 . [ ` isMounted ` ] ( #ismounted )
21
+
22
+ ** [ ⬆ back to top] ( #table-of-contents ) **
You can’t perform that action at this time.
0 commit comments