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

React Questions

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

React Questions

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

React Questions

1. What is ReactJS?

2. What are the Advantages?

3. What is DOM

4. What is virtual DOM?

5. What is Component?

6. Functional Component VS Class Component?

7. Stateless vs StateFul component?

8. What is pure component?

9. Difference between Props and State?

10. How to pass data from child to parent?

11. Hooks(useState, useEffect, useContext, useReducer, useMemo)

12. What is memorisation?

13. What is ContextAPI

14. What is prop drilling

15. What is Redux and how we implement

16. What are the parameters in useEffect?

17. What are the cases of Dependency Array?

18. How useEffect are be use as class Component function?

19. What is Controlled and Uncontrolled Component?

20. What is HOF(High order Function)?

21. What is HOC(High order Component)?

22. What is Callback function?

23. What is Callback hell?

24. What is Closure?

25. Difference between spread Operation and Rest Operator?

26. What is Destructuring?

27. Difference between Call(), Apply() and bind() method?

28. What is Self evoking function?

29. Difference between var, let and const?(Hoisting, Reassignment, Redeclaration, Scope)
30. What is this keyword?

31. What is Event Loop?

32. Who gets more priority setTimeout or API?

33. SetTimeout vs setInterval

34. What is map() and filter() and forEach() method?

35. What is code Splitting?

36. Ways to write CSS?(External, internal and inline)37. What is Inline Conditional Expression( if this
? Then this : otherwise this)

38. What is Event handling in React?

39. What is React Fragment?

40. What is Debouncing in react?

41. Class vs className?

42. Lazy Loading in react?

43. What is Suspense tag?

44. What is Helper Function? Are utility function(provides common logic)

45. How to create Custom Hooks in React?

46. What are Promises? (Three states: pending, fulfil / resolve, reject)

47. Async vs Await?

48. How you call API?

49. Cache API response in React? (Use React Query library)

50. How do you convert array to object

51. What build command does in react?

52. Event Bubbling and Event delegation?

53. What is One way data binding?

54. What is strict mode?

55. How route work in react?

56. How to upload your application on server?

You might also like