Hacker News new | ask | show | jobs
by yamtaddle 1115 days ago
I dunno... when you're building a hierarchical tree of nameable components and several, ahem, instances of each nameable component might exist, and these need to respond to signals, that seems like a case when it's non-crazy to use classes.
1 comments

But that’s not ever what you had in React even when using JavaScript class components.