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

Why Ivem Kit for React

@ivem/kit-react is built for apps that want a small IOST-specific surface area with a familiar provider-and-hooks workflow.

Why use it

  • Shared config model Use the same createConfig and connector setup across React, Vue, and headless usage.
  • Hook-first app structure Reach account state, connection flows, signing, transfers, and contract calls through focused hooks.
  • Query-powered async state TanStack Query handles mutation state and async caching without extra glue code.
  • Easy escape hatches Drop down to @ivem/kit whenever you need direct action calls or tighter control.