Difference between constructor and getInitialState ?
What is meant by callback function? What is its purpose?
What is React.createClass?
How will be you able to handle more action using redux?
How to use forms in reactjs? Give an example of using forms in reactjs by developing a user registration form?
Explain the components of Redux?
How can a browser read JSX file?
How do you modularize code in react?
Explain the role of reducer?
In which lifecycle event do you make ajax requests and why?
What are components in reactjs? Explain the component lifecycle with the help of a diagram explaining each component method in detail. Also, give an example of both stateless and stateful components with source code?
How are forms created in react?
What is the difference between createelement and cloneelement?
How to use https instead of http in create-react-app?
What is the difference between stateless and stateful component?