Best of SupabaseJanuary 2024

  1. 1
    Article
    Avatar of supabaseSupabase·2y

    Using React Query with Next.js App Router and Supabase Cache Helpers

    Learn how to use React Query with Next.js App Router and Supabase Cache Helpers. The article provides step-by-step instructions for installing dependencies, creating a React Query client, generating TypeScript types, creating Supabase clients, automating query key management, writing reusable queries, and fetching data server-side and client-side. The post concludes by discussing the benefits and use cases of using React Query with Server Components.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Ultimate Guide to Magic Links

    This post discusses the benefits of using magic links for passwordless authentication, how they work, and provides a guide on implementing them in a Next.js App Router.