react-hooks-library icon indicating copy to clipboard operation
react-hooks-library copied to clipboard

A collection of hooks and utilities for modern React

Results 10 react-hooks-library issues
Sort by recently updated
recently updated
newest added

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...

Similar to: https://github.com/heyitsarpit/react-hooks-library/pull/29

Otherwise listening to just "Enter" would get triggered with "e" or "r"