SolidJSS
SolidJSโ€ข3y agoโ€ข
4 replies
Coder

createEffect dependency

I wanna run an effect each time a signal changes but I don't need to use the signal inside the function of the effect, something like in react useEffect which is the dependency array, is there a way to tackle this use case in solid useEffect?
Was this page helpful?