A simple and lightweight React hook to manage and manipulate boolean state efficiently. Perfect for toggling UI states, managing visibility, and more!
- 🔄 Simple API: Easy-to-use functions for boolean state management.
- 🚀 Lightweight: No dependencies other than React.
- ✅ TypeScript Support: Fully typed for a better developer experience.
Install with your favorite package manager:
npm install use-boolean-hook
# or
yarn add use-boolean-hook