Khi nào cần sử dụng Class component hơn Functional component?

{{FormatNumbertoThousand(model.total_like)}} lượt thích
2.536 lượt xem
Reactjs junior

Nếu component cần state hoặc các lifecycle thì hãy sử dụng Class component, nếu không thì sử dụng Functional component.

{{login.error}}