zulu
any way to update a signal without it causing a reactive update?
https://playground.solidjs.com/anonymous/f6a46d01-c21d-4fd1-9fa7-42f67e60af0b
this fixes the type issue I think.
one more thing to keep in mind is that when you use the non silent setter it will always trigger.
not a big deal, but it will allow you to trigger with the value that was set last silently.
16 replies
How to trigger focus and scroll across the app?
ok, first you don't need random numbers. you can use the
equals
of the signal, then you can set it to the same value and it will still trigger.
docs are broken for me
https://docs.solidjs.com/reference/basic-reactivity/create-signal10 replies
Clarification on createAsync and Suspense behavior
I need explicit yellow warning saying this is going to be deprecated and is not recommended otherwise these words mean nothing to me because i don't know what
query
is , and if it applies to me.31 replies
Clarification on createAsync and Suspense behavior
I am not favouring either, just use which ever works best for you
https://docs.solidjs.com/reference/basic-reactivity/create-resource
until the docs are not saying warning about using this, I think it is fair to recommend using it
31 replies