STU-React-Team / intenrship-5-12-5-2-discussion

Repo này để cho các bạn tạo issue hoặc question
0 stars 0 forks source link

[Tân] Component #11

Open nvantan2 opened 4 years ago

nvantan2 commented 4 years ago
thangnguyen1111 commented 4 years ago

Khi nào sử dụng class component, khi nào sử dụng function component?

thangnguyen1111 commented 4 years ago

Sử dụng function component cho toàn bộ project được không?

thangnguyen1111 commented 4 years ago

state & effect hook có sử dụng trong class component không?

thangnguyen1111 commented 4 years ago

trường hợp nào sử dụng Controlled và UncControlled?

nvantan2 commented 4 years ago

Khi nào sử dụng class component, khi nào sử dụng function component?

nvantan2 commented 4 years ago

Sử dụng function component cho toàn bộ project được không?

nvantan2 commented 4 years ago

trường hợp nào sử dụng Controlled và UncControlled?

nvantan2 commented 4 years ago

state & effect hook có sử dụng trong class component không?

thangnguyen1111 commented 4 years ago

Sử dụng function component cho toàn bộ project được không?

  • không sử dụng function component cho toàn bộ project. Bởi vì function component không có các lifecycle để handle event xử lý các dữ liệu động.

Xu thế mới đang chuyển đổi class -> function, nên function có thể viết cho cả 1 project

thinhphamstd commented 4 years ago