Components
#HelloFrontend #HelloErmine #HelloWorld2021
Last updated
Was this helpful?
#HelloFrontend #HelloErmine #HelloWorld2021
Last updated
Was this helpful?
Component ทำให้เราสามารถแบ่งส่วน user interface ออกมาเป็นส่วนเล็ก ๆ ที่สามารถจัดการตัวมันเองได้ โดย component ใน React จะมีสองแบบ คือ
Class component
Function component
เนื้อหาของเราจะใช้แค่ function component เพราะใช้งานและจัดการได้ง่ายกว่า
คือ component ที่เขียนด้วย function โดยจะต้อง return ค่าออกมาเป็น React element ที่จะให้ React นำไปแสดงผล
JSX ทุกอันต้องมีการปิด tag โดยจะเป็นแบบ <Hello>......</Hello> หรือ <Hello /> ก็ได้