Providers and Contexts
ConvexClientWrapper
Manages Convex client lifecycle with graceful teardown on resurrection.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Manages Convex client lifecycle with graceful teardown on resurrection.
const convexClient = useMemo(() => {
return new ConvexReactClient(convexUrl, { unsavedChangesWarning: false });
}, [iteration]);