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?
382What is the virtual dom, and a pragmatic overview of how react renders it to the dom in react.js?
372
What is the second argument that can optionally be passed to setState and what is its purpose?
When rendering a list what is a key and what is it's purpose?
Explain the role of reducer?
What is the difference between setstate() and forceupdate()?
Define the term Redux in React
What is the reduction?
What are the purpose of render() in react?
What is the difference between using constructor vs getInitialState in React?
What is SyntheticEvent?
Why should I use react js?
Why are browsers unable to read jsx?
How to apply validation on props in reactjs? Apply validation in previously developed example in above question?
Can you force a React component to rerender without calling setState?
What is the difference between a Presentational component and a Container component?
What is the use of react-dom package?