# In brief

หนังสือเล่มนี้เล็งเป้าหมายไปที่นักเขียนโปรแกรมที่มีความรู้ความเข้าใจพื้นฐานรวมถึงการทำงานของ React อยู่แล้ว โดยที่ไม่ได้หวังว่าจะหนังสือเล่มนี้จะเป็นหนังสือที่กำหนดแนวทางในการเขียนโปรแกรม แต่หวังว่าจะเป็นจุดเริ่มต้นในการศึกษา แนวคิด/รูปแบบ ของการเขียน React ตัวอย่างไม่มากก็น้อยที่ถูกนำเสนอโดยชุมชนนักพัฒนาชี้ให้เห็นถึงการคิดแบบเชิงนามธรรม เช่น แทนที่จะพูดเกี่ยวกับ Flux หนังสือเล่มนี้จะพูดถึง data flow หรือแทนที่จะพูดถึง higher-order components หนังสือเล่มนี้จะพูดถึง composition แทน

หนังสือเล่มนี้ค่อนข้างเป็นมุมมองส่วนตัว ซึ่งแสดงถึงความเข้าใจของผู้เขียนต่อรูปแบบการเขียนโปรแกรมที่ถูกกล่าวถึง เพราะฉะนั้นเป็นไปได้ที่จะมีการตีความที่แตกต่างแบบอื่น ๆ อยู่ทั่วไปในอินเตอร์เน็ต ขอให้ผู้อ่านทั้งหลายโปรดระลึกถึงสิ่งนี้ไว้ด้วยหากท่านจะใช้หนังสือเล่มนี้เป็นข้ออ้างอิงในการโต้แย้งใด ๆ


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://reactbkk.gitbook.io/react-in-patterns-th/in-brief.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
