DEV Community

Discussion on: React Hooks Mini Crash Course

Collapse
 
chrisachard profile image
Chris Achard

Not necessarily easier - hooks are mostly a way to provide functionality to function components (instead of class components), and then they let you re-order and organize how to handle things like effects. So it's not like they allow you to do anything new necessarily - but they just let you organize and respond to your data and effects in a new way.