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?
335What is the virtual dom, and a pragmatic overview of how react renders it to the dom in react.js?
318
Explain the components of Redux?
What is the use of ‘prop-types’ library?
How can we build react in production mode?
Give an example of using events?
What are portals in react?
What is reactjs-jsx? Explain basic code snippet of jsx with the help of a practical example?
What is the difference between element and component?
How do you pass data from child to parent component?
What do you understand by “single source of truth”?
What can be done when there is more than one line of expression?
What is the difference between createelement and cloneelement?
What is redux and flux? When do you use them?
List some of the major advantages of react?
Explain synthetic event in React js?
What is a higher order component?