DEV Community

Discussion on: React Hooks explained as simply as I humanly can

Collapse
 
akado117 profile image
Alex

As someone who has used React for years. Hooks make your code more modular and reusable. It also removes a ton of boiler plate. If you're learning right now. It's probably best to keep with hooks. Then learn the old school way and compare how you feel with either.