Give me two most significant drawbacks of React?
What are the purpose of render() in react?
What is the difference between a Presentational component and a Container component?
What are controlled and uncontrolled components?
Why do we need a router in react?
How to use events in reactjs?
What is react router?
What is the difference between react components in es5 and es6?
What are controlled components?
What is the difference between React Component and React Element?
How can we build react in production mode?
What is the lifecycle methods order in mounting?
Does React re-render all components and sub components every time setState is called?
What is the difference between react components extend, createclass and mixins, hocs?
What is the difference between function based component and class based component?