sistent
sistent copied to clipboard
[FEAT]: Optimize SearchBar Component with Debounced Search Functionality
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
- 🎨 Wireframes and designs for Sistent site in Figma (open invite)
@sudhanshutech could you please assign me this issue?