- What is ReactJs?
- What are the major features of React?
- What is JSX?
- What is the difference between Element and Component in React?
- What are the advantages of React?
- How events are different in React?
- What are Pure Components in React?
- What is state in React?
- What are props in React?
- What is the difference between state and props?
- What are synthetic events in React?
- What is children prop in React?
- What is a switching component in React?
- Why you can't update props in React?
- How Virtual DOM works in React?
- What is React Fiber?
- Why React uses className over class attribute?
- What is JSX and how it is different from HTML How browser understands JSX?
- what is React ? What are the alternative? Diff between library and framework.3. What is virtual DOM? Reconciliation? Diffing algorithm?
- global State vs local State ? What are the ways to create global states? What are the applications of it?