This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
Cleaning Time P1: Separating Supabase Queries and Types
The Composition API Masterclass is coming soon!
Sign-up for the Vue.js Masterclass 2024 Edition.
As our project grows, keeping code organized becomes crucial. In this lesson, we’ll move those Supabase queries out of our components. The queries are simple now, but they won’t stay that way. To keep our code organized, we'll create a dedicated file for the queries and their types.