Skip to content

1.0.2-beta

Compare
Choose a tag to compare
@SamiurRahmanMukul SamiurRahmanMukul released this 04 Mar 11:40
· 7 commits to main since this release
984fb00

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