Skip to content

Added a hooks lib to the list #156

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 6, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@
- [`use-abortable-fetch`](https://github.com/mauricedb/use-abortable-fetch) React hook that does a fetch and aborts when the components is unloaded or a different request is made.
- [`use-action`](https://github.com/awmleer/use-action) Almost same to useEffect, but not deferred.
- [`use-async-memo`](https://github.com/awmleer/use-async-memo) React hook for generating async memoized data.
- [`use-axios-react`](https://github.com/sergey-s/use-axios-react) React CRUD hooks for axios, comprehensive list of examples
- [`use-browser-history`](https://github.com/zcallan/use-browser-history) A React hook to handle browser history events.
- [`use-cart`](https://github.com/samjbmason/use-cart) A React hook that gives you shopping cart functionality.
- [`use-clippy`](https://github.com/CharlesStover/use-clippy) A React hook to reading from and writing to the user's clipboard.
Expand Down