Search
Star
1.4k
Feedback
Setup for Free
S
SolidJS
โข
3y ago
โข
2 replies
Abrinzer
memoized debounce
I want to memoize my debounced function but unfortunately it
's not working
. Can someone tell whats wrong
.
memo(() => debounce(getData?.refetch, 500))
memo(() => debounce(getData?.refetch, 500))
SolidJS
Join
Solid is a declarative reactive Javascript library for creating user interfaces.
12,267
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
ยฉ 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
memo(() => debounce(getData?.refetch, 500))
memo(() => debounce(getData?.refetch, 500))
Similar Threads
Debounce selector
S
SolidJS / support
3y ago
Make the child of a memoized component reactive
S
SolidJS / support
2y ago
Reactivity in single table cell from memoized data
S
SolidJS / support
2y ago
debounce form input update with API callback
S
SolidJS / support
3y ago