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
createConfigand 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/kitwhenever you need direct action calls or tighter control.