Skip to content

React Hooks API

A high-quality & reliable React Hooks library.

State Management Hooks

  • useBoolean - Manage boolean state with convenient actions
  • useToggle - Toggle between two values
  • useMap - Manage Map state
  • useCounter - Manage counter state
  • useSetState - Manage object state like class component setState
  • useArray - Manage array state with convenient methods
  • useNumber - Manage number state with increment/decrement
  • useMethods - Manage state with custom methods

Storage Hooks

Performance Hooks

Lifecycle Hooks

  • useUnmount - Execute callback on component unmount

Async Hooks

Utilities