If you have a function that renders your page, like render, you can do this
hoodie.store.on("change", render)
The "change" event will trigger every time something changes in your data, be it because you called on of the hoodie.store APIs, or because of a changed synced from remote
If you have a function that renders your page, like
render, you can do thisThe
"change"event will trigger every time something changes in your data, be it because you called on of thehoodie.storeAPIs, or because of a changed synced from remote