What are refs used for in React?
What are synthetic events in react?
What is react.js? How is it different from other javascript frameworks?
Name two types of React component?
State the difference between React JS and React Native
What is shouldcomponentupdate and when is used in react.js?
Explain the use of ‘key’ in react list
What is a state in react?
What is the difference between element and component?
Differentiate between stateful and stateless components?
What is the virtual dom, and a pragmatic overview of how react renders it to the dom in react.js?
What is the difference between an element and a component in react?
What are Props in react js?
What is arrow function in react? How is it used?
What is React.cloneElement? And the difference with this.props.children?