DEV Community

Discussion on: React Hooks Change My Mind About Functional Components

Collapse
 
jenshaw profile image
Jenny Shaw

And one more note about why I use functional components:
I'm discovering that there are a lot of React-based packages that I may want to use, such as React-Bootstrap, and if I want to be able to apply those packages to my app component, it's better that I get used to writing functional components.

Good luck with your transition! Hope it's a happy one!