Skip to content

Commit df30db6

Browse files
committed
Initialize README.md for React and JSX
1 parent 3267d39 commit df30db6

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

react/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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)**

0 commit comments

Comments
 (0)