QUESTPIE
Client

Overview

Use your generated AppConfig from the browser or another service with the typed client, TanStack Query helpers, and realtime subscriptions.

The client layer consumes the API that codegen derives from your server files. Create one typed client, pass it to the TanStack Query option builders when you use React, and turn on realtime when a screen should update as data changes.

Pages

PageWhat it covers
Client SDKcreateClient<AppConfig>(), collection/global CRUD, routes, uploads, search, errors, and adapter-specific mounts.
TanStack QueryQuery and mutation option builders for collections, globals, routes, and realtime-backed reads.
RealtimeLive collection and global queries over one multiplexed connection.

On this page