Hook
In React, a function that lets you use state and other React features in functional components. Common hooks include useState, useEffect, and useCallback.
In React, a function that lets you use state and other React features in functional components. Common hooks include useState, useEffect, and useCallback.