Dependencies
Term side of the Card
Topic: Basics
Unit title: Dependencies
Categories: Concept
Explanation side of the Card
Explanation: The values or variables that a component relies on to function correctly. They are used in hooks like useEffect, useMemo and useCallback to determine when to re-run a function or recompute a value, based on changes to those values.