Skip to content

Conversation

@Drishtipixiee
Copy link

Fixes #39

This PR introduces a debounced search input (400ms) to prevent triggering
search actions on every keystroke during rapid typing.

Changes:

  • Added search input to Header component
  • Implemented debounced handler
  • Prevented empty/whitespace searches
  • Updated lockfile after dependency installation

This improves performance and avoids excessive calls during user input.

@Sitaram8472
Copy link
Collaborator

@Drishtipixiee fix resolve conflicts

@Drishtipixiee
Copy link
Author

I’ve resolved the conflicts and updated the branch. It’s ready for review whenever you get a chance.

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 search input to prevent excessive API calls

4 participants