Replies: 2 comments
-
If you explicitly want it to be untracked (without the warning) you can call
I'm sorry, I don't understand what this sentence means. If the question in this post is really "why do I need all these closures?" then there is a chapter of the book explaining this. |
Beta Was this translation helpful? Give feedback.
-
|
i want it to be tracked |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
when i am using get() method on signal i get the warning, like the following code:
let something = some_signal.get();for signals in reactive system i need to use a closure but if i want it be untracked i can just use method (so both method works untracked, right?)
using method is simpler (of course there should be reason that make api have to look like this, right?) that clouser
is there any planning or work around to by pass this complexity?
it would be very nice if i could use it like the following code:
Beta Was this translation helpful? Give feedback.
All reactions