Debounce selector
How to make createMemo only refresh max once a second no matter how many signals are inside
9 Replies
Solid Primitives
A library of high-quality primitives that extend SolidJS reactivity
Our community provides a lot of useful packages for occassions like this.
hey thanks i have already checked it its good for actions but not necessary for selectors
That's what createScheduled is for.
To turn these from effects to memos.
oh thanks
btw i am losing types definition because of that

@thetarnav have we checked the types for scheduled?
Isnβt this because of using
p?
typescript canβt infer the return type if the parameter has to be inferred as welloh bummer
thanks for help i managed to solve it