The Vue.js Master Class 2024 Edition
Plans from $25/month

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

🚧 PLEASE NOTE: This masterclass is built with the Options API
vuejs-masterclass

The Composition API Masterclass is coming soon!

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.