Running a function when reactive state changes #1126
Unanswered
FickleLife
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Using https://stacked.filledstacks.com/docs/in-depth/viewmodels#reactiveviewmodel I have a reactive getter with some data in it. The data changes in the view of all the view models that are listening to it. I would also like listening view models to run a function when the data changes, but it appears that only the view is reactive.
Is there a way to have a function run in listening view models when the data changes?
Beta Was this translation helpful? Give feedback.
All reactions