Hacker News new | ask | show | jobs
by eric_bullington 3277 days ago
> even though React components are classes...

Since 0.14, React components can be functions, too: https://hackernoon.com/react-stateless-functional-components...