Skip to content

140: Debounce Search With Lodash#155

Open
dsyamy wants to merge 1 commit intomainfrom
140-frontend-debounce-text-search
Open

140: Debounce Search With Lodash#155
dsyamy wants to merge 1 commit intomainfrom
140-frontend-debounce-text-search

Conversation

@dsyamy
Copy link
Contributor

@dsyamy dsyamy commented Feb 25, 2026

…ton. Filters should update page automatically, but search bar debounce for 0.5 sec.

Front End Pull Request

Brief Summary

  • Allow search bar to debounce using lodash library. Removed search button. Filters should still update page automatically, but search bar debounce for 0.5 sec.
  • need to run 'npm install lodash' and 'npm install @types/lodash'
  • I didn't get to test it with mock data or with real articles, but the search refreshes whenever a change is done.

Questions / Considerations for the Future

-

Image of changes

Closes #140

…ton. Filters should update page automatically, but search bar debounce for 0.5 sec.
@dsyamy dsyamy requested a review from a team as a code owner February 25, 2026 22:29
@dsyamy dsyamy self-assigned this Feb 25, 2026
@dsyamy dsyamy changed the title Debounce Search With Lodash 140: Debounce Search With Lodash Feb 25, 2026
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.

Frontend debounce text search

1 participant