What are components in reactjs? Explain the component lifecycle with the help of a diagram explaining each component method in detail. Also, give an example of both stateless and stateful components with source code?
385What is the virtual dom, and a pragmatic overview of how react renders it to the dom in react.js?
375
What is a router in react.js?
What is meant by callback function? What is its purpose?
What do you understand by mixin or higher order components in reactjs?
List down some of the methods in a react-dom package
What is ‘create-react-app’?
What are the components of redux.
Enlist the advantages and disadvantages of reactjs?
What is a state in react and how is it used?
How do you modularize code in react?
What are the lifecycle methods going to be deprecated in react v16?
What is the difference between a function in setState or passing an object?
What are refs used for in React?
What is the difference between reactjs and angularjs?
What is meant by pooling?
What is the use of ‘prop-types’ library?