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.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub