How different is react’s es6 syntax when compared to es5?
How state is useful for react?
What are the major issues of using MVC architecture in React?
Can you explain about the standard javascript toolchain, transpilation, jsx?
How might react handle or restrict props to certain types, or require certain props to exist?
Is it possible to use the word class in jsx?
What is the use of ‘prop-types’ library?
What is the main difference between createElement and cloneElment?
What is redux and flux? When do you use them?
Which is best react or angular?
What are pure components?
Does React re-render all components and sub components every time setState is called?
Show how the data flows through redux?
How to use events in reactjs?
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?