Skip to content

Commit b73ddc7

Browse files
Add use-boolean (rehooks#224)
Add [use-boolean](https://github.com/mykolaharmash/use-boolean). A hook for more convenient handling of boolean state.
1 parent a75202f commit b73ddc7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@
197197
- [`use-async-memo`](https://github.com/awmleer/use-async-memo) React hook for generating async memoized data.
198198
- [`use-autocomplete`](https://github.com/lowewenzel/use-autocomplete) A React hook for returning autocomplete values for a search string within an array.
199199
- [`use-axios-react`](https://github.com/sergey-s/use-axios-react) React CRUD hooks for axios, comprehensive list of examples
200+
- [`use-boolean`](https://github.com/mykolaharmash/use-boolean) Convenient helpers for handling boolean state.
200201
- [`use-browser-history`](https://github.com/zcallan/use-browser-history) A React hook to handle browser history events.
201202
- [`use-cart`](https://github.com/samjbmason/use-cart) A React hook that gives you shopping cart functionality.
202203
- [`use-clippy`](https://github.com/CharlesStover/use-clippy) A React hook to reading from and writing to the user's clipboard.

0 commit comments

Comments
 (0)