You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@hooks/boolean

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hooks/boolean

React hook to store a boolean

0.1.0
latest
npm
Version published
Weekly downloads
2
-75%
Maintainers
1
Weekly downloads
 
Created
Source

🎒 @hooks/boolean

React hook to store a boolean

NPM version Travis License

Install

npm i @hooks/boolean

Usage

useBoolean

useBoolean(initialValue: boolean): [boolean, (nextValue?: boolean) => void]
Parameters
initialValue: boolean

The initial state for the value.

Return

Returns an array containing the value and a function to update it.

Keywords

react

FAQs

Package last updated on 28 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts