Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aaronksaunders/vue-supabase-hooks-1
- Owner: aaronksaunders
- Created: 2021-08-26T21:38:11.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-27T03:20:39.000Z (about 3 years ago)
- Last Synced: 2024-09-28T11:01:37.883Z (about 2 months ago)
- Topics: composition-api, supabase, supabase-js, supabase-storage, vite, vue, webdevelopment
- Language: Vue
- Homepage:
- Size: 26.4 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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