use-performance
React hooks for performance
React hooks for performance
Memoizes calls to array map function similar to React.useMemo. Memoized results will survive next render.
A custom React hook that estimates the reading time of any given text.
Prevents re-execution of large javascript functions that have been processed once with the same parameter.