S
SolidJS•2y ago
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?
4 Replies
apollo79
apollo79•2y ago
SolidJS
Solid is a purely reactive library. It was designed from the ground up with a reactive core. It's influenced by reactive principles developed by previous libraries.
apollo79
apollo79•2y ago
I think that is what you want
Coder
CoderOP•2y ago
Yes that's the one, thank you so much.
apollo79
apollo79•2y ago
Np, happy to help 🙂

Did you find this page helpful?