Hacker News new | ask | show | jobs
by thwy12321 2761 days ago
OOP meaning React.Component, functional meaning immutable html state, property inheritance, render(), etc
1 comments

Component hierarchies != OOP. They are an inevitable part of UI, which is hierarchical.

React has move to stateless components and functions over classes.