DEV Community

Discussion on: Some Top React Interview Questions

Collapse
 
iamludal profile image
Ludal πŸš€

Thanks for those information !

When you say :

Class Components allow you to execute component lifecycle methods as well as manage a component’s state.

But you can also do it with functional components (useState, useEffect), though there are some small limitations πŸ€”