The CommentsStore is a typescript class that contains async signals, which you can watch to get reactive updates in your elements.
js
import { CommentsStore, CommentsClient } from "@darksoil-studio/comments-zome";const store = new CommentsStore(new CommentsClient(appClient, 'my-role-name'));
CommentsStore
The
CommentsStoreis a typescript class that contains async signals, which you can watch to get reactive updates in your elements.Learn more about the stores and how to integrate them in different frameworks here.