DEV Community

Discussion on: Top Interview Questions for Frontend Developers(React)

Collapse
 
abhishekraj272 profile image
Abhishek Raj

You should know class components & all lifecycle methods and their alternative in hooks, functional components + hooks are important as well.

Reason: My codebases or some part of codebases are still written using class. So, companies sometime ask those question too. Be ready for any question, you don't know what companies are using under the hood.

Cheers :)

Collapse
 
deepanshu44 profile image
deepanshu44

thanks