kwicherbelliaken / bad-reviews-make-good-movies

0 stars 0 forks source link

[REFACTOR]: movie search using react-query #71

Closed slackermorris closed 9 months ago

slackermorris commented 9 months ago

This pull request refactors the movie search functionality by implementing react-query. The previous debounce search movie code has been removed and replaced with p-debounce for debouncing the movie search. The react-query library is now used to handle the search functionality, providing better performance and a more efficient search experience. This PR also includes the necessary file changes to import and use react-query and p-debounce.

Fixes #70