What is React.cloneElement? And the difference with this.props.children?
When would you use setstate() and forceupdate()?
What is the lifecycle methods order in mounting?
Show how the data flows through redux?
What are synthetic events in react?
What are the differences between a class component and functional component?
How do you tell react to build in production mode and what will that do?
How can you embed two or more components into one?
How to embed two components in one component?
Differentiate between real dom and virtual dom?
How to use events in reactjs? Give an example of using events?
In which lifecycle event do you make ajax requests and why?
What is current stable version of reactjs?
Explain react hooks?
What is render() in React? And explain its purpose?