Data Fetching in Remix Supabase Turbo

Data Fetching in Remix Supabase Turbo

Here's a draft of the Data Fetching pillar page for Makerkit:

Data Fetching in Makerkit

Makerkit provides a robust approach to fetching and managing data in your Remix Supabase application. Whether you're building server components, handling real-time updates, or managing client-side state, Makerkit offers patterns and utilities to make data fetching clean and efficient.

Data Loading Patterns

Common patterns for loading data include:

  • Loaders for initial data fetching
  • Actions for data mutations
  • Supabase clients for server and browser access

In the section below, you'll find detailed information on the available data-fetching utilities: