SolidJSS
SolidJSโ€ข3y agoโ€ข
5 replies
hannus

does createResource with multiple signals trigger when onMount

if createResource has one signal which is false as dependency, the resource will be trigger as the signal changing. However, if I set two signals as dependency, the resource triggers in every mount alougth the signals are false .
Is there any methods to avoid trigger fetcher when the group signals are false?
thanks a lot
Was this page helpful?