What are the major issues of using MVC architecture in React?
In what cases would you use a class component over a functional component?
What is SyntheticEvent?
How can we find the version of react at runtime in the browser?
what is the usage of refs and keys used in react?
How to dispatch the data in-store?
What is flux concept in reactjs?
What are the advantages and disadvantages of using react components?
What are refs in reactjs? When to use it.
What is the Current Stable Version of React?
How to update the state of the component in reactjs?
Explain error boundaries?
What is the recommended way for naming components?
What are the lifecycle steps of React?
What is shouldcomponentupdate and when is used in react.js?