sistent icon indicating copy to clipboard operation
sistent copied to clipboard

[FEAT]: Optimize SearchBar Component with Debounced Search Functionality

Open senthil-athiban opened this issue 1 year ago • 1 comments

Current Behavior

The SearchBar component executes the onSearch function immediately upon user input, leading to potential performance issues due to the rapid firing of search queries as the user types.

Desired Behavior

Optimize the SearchBar component by implementing a debounced search functionality. This should reduce the number of calls to the onSearch function during rapid input changes, enhancing performance and user experience.

Implementation

Utilize lodash debounce function into Search bar


Contributor Guide

senthil-athiban avatar Aug 08 '24 09:08 senthil-athiban

@sudhanshutech could you please assign me this issue?

senthil-athiban avatar Aug 08 '24 09:08 senthil-athiban