Props
#HelloFrontend #HelloErmine #HelloWorld2021
Props คืออะไร ?
JSX attribute ที่เรากำหนดตอนเรียกใช้ component จะถูก React รวบรวมเป็น object แล้วส่งเป็น props ไปให้ component นั้น ๆ
props.children
component ที่เราสร้างสามารถมี tag เปิดและปิดได้เหมือน HTML โดยทุกอย่างที่อยู่ข้างในจะถูกส่งมาใน props.children
(รวมไปถึง JavaScript expression)
แหล่งอ้างอิง
Last updated
Was this helpful?