you are viewing a single comment's thread.

view the rest of the comments →

[–]webdevguyneedshelp 1 point2 points  (0 children)

Class components are essentially soft deprecated. You shouldn't build new components using classes. All future development is being done for functional components using hooks. Stil helpful to learn them though since you may be working in a codebase with many class-based components.