How to watch only one signal in createEffect?
a
and b
are from two signals, createEffect
will watch both of them.
Is it possible to watch only a
while access the value of b
?5 Replies
Thank you for this info
Or the opposite, untrack.
The docs reference page is so abstract and non-straightforward. This short explanation is far more clear. Is this somethingt that I should commit to the docs?
You could bring it up in #docs and provide feedback on what you think could be improved