BraydenTW / react-emoji-search

🦄 A simple emoji search tool made with ReactJS.

Home Page:https://react-emoji-search.braydentw.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debouce in search bar

harsh07bharvada opened this issue · comments

What is this About?

This is a feature regarding adding debounce in the search bar


Expected Behavior

Search and filter the list only after a certain delay to reduce search renders


Current Behavior

The searched list gets rendered every time a new character is added or deleted


Failure Information (for bugs)


Steps to Reproduce


Context


Failure Logs

Hey @BraydenTW
It would be kind if you could assign me this, I would love to work on this.

Yes, that would be helpful.

Thanks!

Hey @harsh07bharvada, how is this going?

Hey, should the debounce take delay as an argument?

@pawankm21 yes that would be great!

Added that.