# Data Fetching in Remix Supabase Turbo

> Data Fetching in Remix Supabase Turbo

*Canonical: https://makerkit.dev/docs/remix-supabase-turbo/data-fetching*

---

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

## Navigation

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

- [Supabase Clients](/docs/remix-supabase-turbo/data-fetching/supabase-clients)
