Reputation: 227
I want to be able to reference a reactive value without necessarily refreshing every time it changes.
Upvotes: 0
Views: 103
Reputation: 932
You can use the isolate() function for that. Cheers.
Upvotes: 4