software-students-fall2021 / project-setup-penguin

project-setup-penguin created by GitHub Classroom
3 stars 4 forks source link

Added deboucing to the deck search bar #191

Closed kdduan closed 2 years ago

kdduan commented 2 years ago

Change the GET deck endpoint to include a filter query parameter so that filtered results can be paginated.

Lifted the filterText state from SearchBar to DeckView. Created a helper function for updating the cards based on filterText and added hooks to debounce.