TanStack Start Basics Part 2 — Connecting to Your Directus Backend
There are a few ways to talk to Directus from a frontend — the REST API directly, GraphQL — but the SDK is the cleanest option, and what we're using here.
Sep 10, 20266 min read3

Search for a command to run...
Articles tagged with #tanstack-start
There are a few ways to talk to Directus from a frontend — the REST API directly, GraphQL — but the SDK is the cleanest option, and what we're using here.

TanStack Start is a full-stack React framework powered by TanStack Router. It provides full-document SSR, streaming, server functions, client/server builds, and more.
