A React Hook that creates a memoized value that only re-create when the dependencies change.
See API for more details.
Click links below to view source on GitHub.
A function that returns the value to memoize.
An array of dependencies that trigger the re-creation of the memoized value.