@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

