React Flashcards
1
Q
UseMemo
A
This hook is uses for Computed Properties
2
Q
What are the best ways to avoid unnecessary re-renders
A
- Memo
- Context API
UseMemo
This hook is uses for Computed Properties
What are the best ways to avoid unnecessary re-renders