Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/usernobody14/supahooks
A better system of react hooks for supabase
https://github.com/usernobody14/supahooks
Last synced: 28 days ago
JSON representation
A better system of react hooks for supabase
- Host: GitHub
- URL: https://github.com/usernobody14/supahooks
- Owner: UserNobody14
- License: mit
- Created: 2023-12-31T19:04:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-05T11:03:17.000Z (about 1 year ago)
- Last Synced: 2024-01-05T12:24:46.415Z (about 1 year ago)
- Language: TypeScript
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# supahooks
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![bundle][bundle-src]][bundle-href]
[![JSDocs][jsdocs-src]][jsdocs-href]
[![License][license-src]][license-href]Making supabase easier with react hooks!
## Examples
## Motivation
I felt that the existing hooks for supabase didn't meet my standards.
## How it Works
Proxies all calls to the underlying supabase object & its children, intercepting "use" and "callback" requests to return hooks.
## License
[MIT](./LICENSE) License © 2023-PRESENT [Ben Sobel](https://github.com/UserNobody14)