What is the difference between a function in setState or passing an object?
What are the differences between controlled and uncontrolled components?
What is React.cloneElement? And the difference with this.props.children?
Explain the components of Redux?
What are fragments?
What is the difference between react components in es5 and es6?
What is the difference between flux vs mvc?
When reactjs released?
What are state and props in reactjs? What is the difference between the two? Give a proper example of using state and props to elaborate the concept with complete source code?
In which lifecycle event do you make ajax requests and why?
Explain pure components in React js?
What is react fiber?
How to install react js on your local machine?
Explain the lifecycle methods of react components in detail?
Explain the purpose of render() in react.