Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT]: add lodash debounce mechanism in search_bar #708

Merged

Conversation

senthil-athiban
Copy link
Contributor

@senthil-athiban senthil-athiban commented Aug 8, 2024

Notes for Reviewers

This PR fixes #707

Added lodash debounce mechanism in SearchBar Component, which will prevent un-necessary re-renders.

ScreenRecorder

Before

Screen.Recording.2024-08-08.at.4.14.47.PM.mov

After

Screen.Recording.2024-08-08.at.3.02.22.PM.mov

Signed commits

  • Yes, I signed my commits.

@senthil-athiban senthil-athiban changed the title feat(searchbar): add lodash debounce mechanism in searchbar [FEAT]: add lodash debounce mechanism in search_bar Aug 8, 2024
…t/add-debounce-mechanism

Signed-off-by: Senthil Athiban <[email protected]>
Signed-off-by: Senthil Athiban <[email protected]>
@sudhanshutech
Copy link
Member

@senthil-athiban did you tested in cloud?

@senthil-athiban
Copy link
Contributor Author

@sudhanshutech it's working in cloud, we r good to go.

Screen.Recording.2024-08-27.at.10.53.27.AM.mov

@sudhanshutech sudhanshutech merged commit bdba671 into layer5io:master Aug 27, 2024
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

[FEAT]: Optimize SearchBar Component with Debounced Search Functionality
2 participants