@third-loop/react
v0.1.0-beta.2
Published
Third Loop client library for React applications.
Downloads
688
Keywords
Readme
@third-loop/react
Third Loop client library for React and browser applications.
This package is the curated, public surface of the Third Loop frontend. Internal implementation packages are bundled in at build time; consumers only install this one package plus its peer dependencies.
Installation
npm install @third-loop/react
# peers
npm install react react-domUsage
import { createApiClient, SSEClient } from '@third-loop/react';
const client = createApiClient({ baseURL: 'https://api.example.com' });What is included
The public API is defined entirely by the package entry point. See the exported HTTP client and streaming (SSE) primitives. Internal app plumbing, mock services, and admin/billing services are intentionally excluded.
