Hacker News new | ask | show | jobs
by Cthulhu_ 2180 days ago
No, they're using more 'old fashioned' class-based components with state; function-based components using hooks is the modern way of writing React. Less boilerplate, for one.