DEV Community

Discussion on: Why Did I Quit Vue for React?

Collapse
 
tkudlinski profile image
Tomasz Kudlinski

Especially Hooks looks bizarre at the beginning (if you had a lot of experience with class based components before), but the more you work with them, the more benefits you see (i.e. ease to extract logic from the component and share it) and they become your number one approach for building React components.