Replies: 1 comment
-
I'm not sure that's possible with runtime reactivity? Signals boil down to Possible I'm being daft and forgetting something, but I believe you'd need a compiler to land what you're suggesting. That being said, I'm struggling to think of a scenario where that's even an issue? An |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
From my experience, the
untracked
/peek
is usually used when you want to compute a new value based on previous value, i.e. self-reference. Simple example:Could we get rid of calling
untracked
/peek
for self-references? I think the self-dependency can be easily caught and prevented.Beta Was this translation helpful? Give feedback.
All reactions