Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Installation

Install the React bindings together with the shared core client and TanStack Query.

pnpm
pnpm add @ivem/core @ivem/kit-react @tanstack/react-query

Packages

  • @ivem/core provides the low-level IOST client types and transports.
  • @ivem/kit-react provides IvemProvider and React hooks.
  • @tanstack/react-query powers async hook state.