SSolidJS•Created by Coder 🇵🇸 on 7/8/2023 in #support 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?