https://github.com/eduzz/ui-hooks-promises
https://github.com/eduzz/ui-hooks-promises
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eduzz/ui-hooks-promises
- Owner: eduzz
- Created: 2023-07-10T14:12:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T10:22:00.000Z (about 2 years ago)
- Last Synced: 2025-02-09T00:31:58.992Z (over 1 year ago)
- Language: TypeScript
- Size: 112 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Eduzz Hooks: Promises
[](https://www.npmjs.com/package/@eduzz/ui-hooks-promises)
[](https://www.npmjs.com/package/@eduzz/ui-hooks-promises)
Hooks diversos para auxiliar no desenvolvimento.
## Instalação
```bash
yarn add @eduzz/ui-hooks-promises
```
## Hooks
- [usePromise](https://github.com/eduzz/ui-hooks-promises/blob/master/usePromise/index.md).
- [usePromiseCallback](https://github.com/eduzz/ui-hooks-promises/blob/master/usePromiseCallback/index.md).
- [usePromiseEffect](https://github.com/eduzz/ui-hooks-promises/blob/master/usePromiseEffect/index.md).
- [usePromisePaginated](https://github.com/eduzz/ui-hooks-promises/blob/master/usePromisePaginated/index.md).
- [usePromiseRefresh](https://github.com/eduzz/ui-hooks-promises/blob/master/usePromiseRefresh/index.md).