is there any way to be aware when any signal changes in the app? I'm trying to create a tree view of the signal graph, but that means I have to know when signals change to update the graph and use getSignalGraph again.
is there an API, a monkeypatch, anything I could do (instead of creating an effect for every signal) to get notified that the signal graph has changed?
#getSignalGraph update
3 messages · Page 1 of 1 (latest)
consumerMarkedDirty on the reactive node is probably something you can play with
thank you, I'll take a look at that API