96jd-react-hooks-utils
Utility for custom hooks in React
Utility for custom hooks in React
Special version of React's useEffect hook, which allows (1) defining which dependency changes should trigger the effect + (2) accessing both old + new values during effect run
usePrevious tracks the previous value of a variable.
A React hook that returns a value from the previous render.