What is the difference between using constructor vs getInitialState in React?
What is the difference between a Presentational component and a Container component?
Name the different React lifecycle methods.
How to use forms in reactjs? Give an example of using forms in reactjs by developing a user registration form?
What is the use of React.Children.map(props.children, () => )?
How might react handle or restrict props to certain types, or require certain props to exist?
Explain flux?
What is the purpose of callback function as an argument of setstate()?
What do you understand with the term polling?
Why do we need a router in react?
How React works? How Virtual-DOM works in React?
How arrow functions are used?
What is props?
Name out an important feature of Redux workflow features
What is flux?