React in patterns (ฉบับภาษาไทย)
📚 หนังสือแจกฟรีที่อธิบายเกี่ยวกับดีไซน์แพตเทิร์นและเทคนิคที่ใช้สำหรับการพัฒนาเว็บแอพพลิเคชันด้วย React.
ผู้เขียน
หนังสือ
สารบัญ
หลักการพื้นฐาน (Foundation)
- Communication
- Event handlers
- Composition
- Controlled and uncontrolled inputs
- Presentational and container components
กระแสข้อมูล (Data flow)
MISC
ซอร์สโค้ด
ตัวอย่างซอร์สโค้ดที่ใช้ประกอบในหนังสือเล่มนี้ สามารถดาวน์โหลดได้ที่ ตัวอย่างซอร์สโค้ด.
แหล่งข้อมูลอ้างอิงอื่นๆ
- React Design principles
- Airbnb React/JSX Style Guide
- React patterns at Planning Center Online
- React patterns by Michael Chan
- React patterns, techniques, tips and tricks
Building the book
yarn install && yarn build
To make the ebook generating possible install calibre and ln -s /Applications/calibre.app/Contents/MacOS/ebook-convert /usr/local/bin/
.