luis
luis
SSolidJS
Created by luis on 2/25/2025 in #support
createEffect not re-runing when value in accessors are changed
Worked out, thanks! didn't know on
18 replies
SSolidJS
Created by luis on 2/25/2025 in #support
createEffect not re-runing when value in accessors are changed
like in react you do useEffect(fn, [dependencies])
18 replies
SSolidJS
Created by luis on 2/25/2025 in #support
createEffect not re-runing when value in accessors are changed
it works, thats not the question im asking now, i want a way to do this WITHOUT console.log, got it?
18 replies
SSolidJS
Created by luis on 2/25/2025 in #support
createEffect not re-runing when value in accessors are changed
No description
18 replies
SSolidJS
Created by luis on 2/25/2025 in #support
createEffect not re-runing when value in accessors are changed
want to be calling a re-draw canvas function everytime prop.adjustments() changes. basically thats it
18 replies
SSolidJS
Created by luis on 2/25/2025 in #support
createEffect not re-runing when value in accessors are changed
in react you pass a list of dependencies
18 replies
SSolidJS
Created by luis on 2/25/2025 in #support
createEffect not re-runing when value in accessors are changed
Yes but, this works because im using in console log, i mean, is there a way to do this without console logs?
18 replies
SSolidJS
Created by luis on 2/25/2025 in #support
createEffect not re-runing when value in accessors are changed
Ok, somehow i don't know what i changed but worked out. But i have another question, is there a way to run this effect, by having dependencies? like in react, or i HAVE to use the accessors somehow?
18 replies
SSolidJS
Created by luis on 2/14/2025 in #support
SolidStart(?) useContext problem
Thanks, it worked now!
6 replies
SSolidJS
Created by luis on 2/14/2025 in #support
SolidStart(?) useContext problem
so, no destructuring in props? it loses reactivity?
6 replies