react-hooks-library
react-hooks-library copied to clipboard
A collection of hooks and utilities for modern React
Hello , I use your library for its BreakPointHooks and I have an issue when trying to build my app : ``` npm run build > [email protected] build > tsc...
useHasMounted Source links go to useScroll source/demo/docs https://react-hooks-library.vercel.app/core/useHasMounted
`useEffectAfterMount` does not in React 18's strict mode in development environment, because react first mounts component, which sets `isMounted.current` to `true`, then unmounts component and mounts again. The problem is...
Add missing left parenthesis.
Similar to: https://github.com/heyitsarpit/react-hooks-library/pull/29
Otherwise listening to just "Enter" would get triggered with "e" or "r"