#createMemo options { equals }

5 messages · Page 1 of 1 (latest)

coral sail
#

From what I ready up about the createMemo it updates when it's dependencies change, but is there a way I can make it so it updates when something else changes that isn't it's dependencies.

what I'm trying to do is update the createMemo when the value of a createSignal changes but that createSignal has nothing to do with the return of the createMemo

glossy ledge
#

You can subscribe to any signals you want, even if they are not used

#

Is there an issue with just doing that?

near tiger
coral sail