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?
340What is the virtual dom, and a pragmatic overview of how react renders it to the dom in react.js?
323
When would you use a class component over a functional component?
What is forceUpdate()?
How React works? How Virtual-DOM works in React?
How to update a component every second?
What is the difference between React Component and React Element?
How to use events in reactjs? Give an example of using events?
What are lifecycle hooks react?
What is flux concept in reactjs? Explain various flux elements including action, dispatcher, store and view. Give a simple practical example of installing and using flux in an application?
What are the differences in between real dom and virtual dom?
What is the purpose of push() and replace() methods of history?
What are the popular animation package in React ecosystem?
Why should I use react js?
Name out an important feature of Redux workflow features
What are controlled components?
How to apply validation on props in reactjs? Apply validation in previously developed example in above question?