DEV Community

Discussion on: React Class Component

Collapse
 
yuanhao profile image
YuanHao Chiang

I agree that class components should not be underestimated both because many big applications built using them exist, and also because sometimes they are more clear to read, especially for bigger container components with a lot of logic.

Performance-wise, both seem to be quite performant and there is no clear advantage in this sense. Hence hurray for class components!