Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aaronksaunders/vue-supabase-hooks-1

sample application using composition api to create "hooks" to interact with the supabase api. This is a work in progress, but wanted to show the approach I used which might inspire some one to go all the way... this isn't using typescript which I think would be a great next step.
https://github.com/aaronksaunders/vue-supabase-hooks-1

composition-api supabase supabase-js supabase-storage vite vue webdevelopment

Last synced: about 1 month ago
JSON representation

sample application using composition api to create "hooks" to interact with the supabase api. This is a work in progress, but wanted to show the approach I used which might inspire some one to go all the way... this isn't using typescript which I think would be a great next step.

Awesome Lists containing this project

README

        

# vue-supabase-hooks-1
Using the VueJS Composition API to Create Hooks for Supabase Database and Storage

- VIDEO https://www.youtube.com/watch?v=pDOD0sjVF9E

#supabase #vuejs #compositionapi

sample application using composition api to create "hooks" to interact with the supabase api. This is a work in progress, but wanted to show the approach I used which might inspire some one to go all the way... this isn't using typescript which I think would be a great next step.

Check out the source code and leave comments below if you think this is something I should keep going on.

- https://supabase.io/
- https://vitejs.dev/
- https://v3.vuejs.org/api/composition-api.html