@qs_by_qset
Created this 8 months ago
Less than 10 submissions
1. What is the difference between a stateful and a stateless component in React?
2. What is the purpose of the `useEffect` hook?
3. What is the difference between a controlled and an uncontrolled component?
4. What is the purpose of the `useContext` hook?
5. What is the difference between a prop and a state?
6. What is the purpose of the `useMemo` hook?
7. What is the difference between a class component and a functional component?
8. What is the purpose of the `useCallback` hook?
9. What is the difference between a shallow render and a deep render?
10. What is the purpose of the `useReducer` hook?