DEV Community

Discussion on: React class components in the World of Hooks

Collapse
 
robvirtuoso profile image
robvirtuoso

It's a challenge to stay with class components now that much of the community seems to favor function components and hooks. Getting support, third party libraries, etc. is easier for function components now. This has been the reality in the React world, regardless of the merits of class vs. function components.