Hacker News new | ask | show | jobs
by oaxacaoaxaca 2145 days ago
Yep. And isolated functions are a solution, but sometimes it just makes way more sense for that function to be a method of a class. And for the function component to be a class component. I think there's space for both types of components, and I just hope that class components don't become deprecated.
1 comments

Absolutely there are cases where class components make sense. I highly doubt they would ever depreciate them.