rooks

Essential React custom hooks ⚓ to super charge your components!

MIT License

Downloads
863.6K
Stars
3.2K
Committers
76

Bot releases are hidden (Show)

rooks -

Published by imbhargav5 over 3 years ago

rooks -

Published by imbhargav5 over 3 years ago

rooks - Bug fixes

Published by imbhargav5 about 4 years ago

rooks - Release notes

Published by imbhargav5 almost 5 years ago

🎉 New custom hook useCountdown added.

rooks - Updates and bug fixes

Published by imbhargav5 almost 5 years ago

  • Fix types for useOutsideClickRef
  • Internal fixes
rooks - New features, bug fixes and better support for intellisense

Published by imbhargav5 over 5 years ago

We fixed numerous bugs and added features in this release.

Some of them are as follows:

  • Critical bug with useKey with refs not detected was fixed
  • useWindowSize now returns innerHeight, innerWidth, outerHeight and outerWidth. It no longer returns height and width which were ambiguous.
  • useWorker has a new signature.
  • useInterval had issues with useState which have been resolved
  • usePrevious has a much simpler implementation using useRef
  • typescript types have been added to all the hooks for typechecking and intellisense
  • Storybook website has been added
  • Uniform major package version for all packages. It makes development easier and it also helps tracking compatibility. We moved to v3 since some packages were on v2 and some were on v1.