Releases: SamiurRahmanMukul/mukul-react-hooks
Releases · SamiurRahmanMukul/mukul-react-hooks
release-v1.1.1
Collections of JavaScript Library Functions - release-v1.1.1
- arrayToCommaSeparatedText
- asyncDelay
- downloadString
- internationalCurrencyConvert
- isEmptyObject
- isValidEmail
- numberFormatWithCommas
- randomColor
- transformString
- truncateStringEnd
- truncateStringMiddle
- unixToDateTime
- waitSomeMoment
1.0.2-beta
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:
- useTimeout: Custom React hook to handle a timeout and execute a callback function after the specified delay.
- useMediaQuery: Custom React hook to detect whether the specified media query matches the current viewport.
- useIsTopOfPage: Custom React hook to determine if the user is at the top of the page.
- useFullScreen: A custom React hook to manage browser full screen functionality.
- 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