0% found this document useful (0 votes)
5 views

React Interview Questions

Uploaded by

rajatsingh209
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views

React Interview Questions

Uploaded by

rajatsingh209
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

1. What is the concept of virtual DOM in react.

2. which algoritm does react follow. --diffing algoritm


3. how reconciliation works in react.
4. what is the use of key prop in react lists.
5. what is prop drilling. what is its solution in react.
6. what is the difference between class and functional components.
7. what are state and props in react.
8. In which lifecyvcle method async operation is performed in react.
9. what are the ways in which data is passed from parent component to child and
vice versa.
10. In class component is setState a synchronous method or an async one?
11. what are Higher order components in react.
12. what is the difference between context API and redux.
13. what are the ways to optimize the performance of the application using react.
14. why is JSX used in react.
15. what are Pure Components in react.
16. what is the difference between controlled and uncontrolled component.
17. whar are fragments in react.
18. what is the difference between useState and setState.
19. what are the third party library used for form creation in react.
20. how is error handling done in react-Error Boundaries concept.

//Main Topics :

1. Virtual DOM concept


2. React Life Cycle Methods Class Components
3. React Hooks - useState, useEffect, useMemo, useCallback, useContext
4. Context API
5. Async operations - fetch or axios
6. Redux : In general what is the data flow.
7. Performanace optimization : lazy loading, less re rendering concepts

You might also like