DEV Community

Discussion on: My 5 cents about React Hooks

Collapse
 
miketalbot profile image
Mike Talbot ⭐

I did a project in React a couple of years back and it was just so wordy, I didn't like it much. We came back to React as Hooks was in Beta. I don't have a single class component in the whole project (except external libraries) - I like React with Hooks, it makes sense to me and it's clean.

Great article!

Collapse
 
guilhermetoti profile image
Guilherme Toti

IMHO, React Hooks forces developers to write "cleaner" code, using more function components instead of class components. It's awesome! Thanks for the comment!