Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)