Let's See Top 10 React JS Interview Questions
Sanjay Kumar ????
Senior Consultant at EY India | Backend Development Specialist | Solution Architect | Artist | Spiritual
ReactJS is an open-source, component-based front end library responsible only for the view layer of the application. It was developed by Facebook in 2013.
Let's check the top 10 react js interview questions in below video:
Some Important Notes
Virtual DOM:
Class Component vs Functional Component
Class component is an react js way of use component, in which we create an Class giving name of it and extends the Components whereas Functional component is an ES6 way of component in which we create const variable and we use arrow function in it.
I hope this article will help you to increase your ReactJS knowledge.
Thanks for reading this article.