Skip to content

Releases: SamiurRahmanMukul/mukul-react-hooks

release-v1.1.1

16 Mar 11:49
984fb00
Compare
Choose a tag to compare

Collections of JavaScript Library Functions - release-v1.1.1

  1. arrayToCommaSeparatedText
  2. asyncDelay
  3. downloadString
  4. internationalCurrencyConvert
  5. isEmptyObject
  6. isValidEmail
  7. numberFormatWithCommas
  8. randomColor
  9. transformString
  10. truncateStringEnd
  11. truncateStringMiddle
  12. unixToDateTime
  13. waitSomeMoment

1.0.2-beta

04 Mar 11:40
984fb00
Compare
Choose a tag to compare

Presenting mukul-react-hooks 1.0.2-beta: A comprehensive suite of React custom hooks engineered to streamline your development process. This release introduces a range of powerful hooks meticulously crafted to empower developers with enhanced control and efficiency.

Features:

  1. useTimeout: Custom React hook to handle a timeout and execute a callback function after the specified delay.
  2. useMediaQuery: Custom React hook to detect whether the specified media query matches the current viewport.
  3. useIsTopOfPage: Custom React hook to determine if the user is at the top of the page.
  4. useFullScreen: A custom React hook to manage browser full screen functionality.
  5. useUnsavedChangeAlert: A custom React hook that provides functionality for handling unsaved changes and displaying an alert when attempting to leave the page.

How to Get Started:

Install mukul-react-hooks:

npm i mukul-react-hooks