When would you use a class component over a functional component?
What is controllable component in reactjs?
Explain various flux elements including action, dispatcher, store and view. Give a simple practical example of installing and using flux in an application?
How React works? How Virtual-DOM works in React?
What is reactjs-jsx? Explain basic code snippet of jsx with the help of a practical example?
Explain the difference between functional and class components.
Is setState() is async? Why is setState() in React Async instead of Sync?
How to use events in reactjs? Give an example of using events?
How can you spill the reducers?
Name two types of React component?
What is Children?
How to set up routing in reactjs?
What do you understand with the term polling?
What are the differences between a class component and functional component?
What is react fiber?