Skip to content

perf(social): debounce search query and memoize filtered users list#1008

Open
Nacho1499 wants to merge 1 commit into
rinafcode:mainfrom
Nacho1499:Debounce-and-memoize
Open

perf(social): debounce search query and memoize filtered users list#1008
Nacho1499 wants to merge 1 commit into
rinafcode:mainfrom
Nacho1499:Debounce-and-memoize

Conversation

@Nacho1499

Copy link
Copy Markdown
Contributor

Closes #978

PR Description:
Optimized component by implementing a debounce mechanism on the search query input and memoizing the user filtering logic using . This prevents expensive re-computations and re-renders on every keystroke. FollowingSystemuseMemo

Type of Change:
[x] Bug fix

Checklist:
[x] Code follows project style guidelines
[x] Self-review completed
[x] No console errors
[x] Uses Lucide icons consistently
[x] Responsive design implemented
[x] Starknet best practices followed

@drips-wave

drips-wave Bot commented Jul 27, 2026

Copy link
Copy Markdown

@Nacho1499 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Debounce and memoize the FollowingSystem search filter

1 participant