What is the main difference between createElement and cloneElment?
What is ‘create-react-app’?
What is Context?
What is “forward refs”?
Why do you need to use props.children?
What is the use of arrow function in reactjs?
How to set focus in reactjs?
Can you update the values of props?
Explain the term high order component
What is redux and flux?
State the difference between getIntialState() and constructor()?
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?
What is ComponentWillMount()?
What a setState is doing?
What is the difference between using constructor vs getInitialState in React?