DEV Community

Paul C. Ishaili
Paul C. Ishaili

Posted on

Function or Class Component in React App?

For a while, now, I have been having this debate over why most of the React solutions available are developed using class components.
 

Is it that class components are superior than function components?


What's your take on this?


Reference:

https://dev.to/colocodes/react-class-components-vs-function-components-23m6

Top comments (0)