This page explains how to use theDocumentation Index
Fetch the complete documentation index at: https://krono.fabianpiper.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
@krono/hooks SDK, a React wrapper around the Core SDK.
It manages the lifecycle of connections, handles context propagation, and offers reactive hooks for data consumption.
You can find the @krono/hooks SDK source code on Github.
To get started, install the required packages.
Installation
Setup Providers
To use the hooks, you must wrap your application (or the specific subtree using the hooks) with the context providers. You can use one or both depending on your needs.App.tsx
Consume Data
Now you can use any hook within yourDashboard component.
Dashboard.tsx
Next Steps
Orderbook Provider
Configure connection settings and throttling.
AssetPairs Provider
Configure how trading pairs are fetched.
Browse Hooks
See the full list of available hooks.
Playback
Learn how to implement time-traveling features.

