The Vue.js Master Class 2024 Edition

Watch this course for FREE this weekend only.
Create an account to start watching.

or

Cleaning Time P1: Separating Supabase Queries and Types

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.