untrack(signal), untrack(store)
#331
Closed
wmertens
started this conversation in
Proposals For Qwik
Replies: 1 comment
-
|
Implemented in v1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is it about?
untracking DX
What's the motivation for this proposal?
Problems you are trying to solve:
untrack(() => signal.value)is ugly and requires creating and calling a functionGoals you are trying to achieve:
Proposed Solution / Feature
What do you propose?
If you pass a signal or a store, it will give you the untracked value.
Code examples
Links / References
No response
Beta Was this translation helpful? Give feedback.
All reactions