What is the second argument that can optionally be passed to setState and what is its purpose?
What are the differences in between real dom and virtual dom?
How to use events in reactjs? Give an example of using events?
What is the difference between react components extend, createclass and mixins, hocs?
How can you embed two or more components into one?
Define the term Redux in React
What are the feature of reactjs?
What are react component lifecycle methods?
What is the significance of store in redux?
Is setState() is async? Why is setState() in React Async instead of Sync?
When rendering a list what is a key and what is it's purpose?
What is the difference between super() and super(props)?
What is the difference between React Component and React Element?
What is higher order components (hoc)?
What is the virtual dom, and a pragmatic overview of how react renders it to the dom in react.js?