What do you understand by virtual dom? Explain its working.
What is the significance of store in redux?
What is the use of React.Children.map(props.children, () => )?
How is react router different from conventional routing?
Name two types of React component?
What are stateless components in reactjs?
How react component lifecycle methods help in building interfaces?
What are the components of redux.
How can a browser read JSX file?
Where in a React component should you make an AJAX request?
What is an Action? How do you describe an Action?
What are pure components?
List some of the cases when you should use refs?
What is React State?
How is react different?