SolidJSS
SolidJSβ€’3y agoβ€’
11 replies
NB 😈 | Nightly 🦊

Debounce selector

How to make createMemo only refresh max once a second no matter how many signals are inside
const data = createMemo(() => {
  // compute heavy stuff multiple signals
})
Was this page helpful?