feat: debounced search

This commit is contained in:
Isaac
2024-05-19 20:19:21 +01:00
parent deb3544075
commit 825e558b65
3 changed files with 312 additions and 267 deletions

View File

@@ -30,7 +30,8 @@
"react-dom": "^18.3.1",
"react-icons": "^5.2.1",
"react-modal": "3.16.1",
"react-toastify": "10.0.5"
"react-toastify": "10.0.5",
"use-debounce": "^10.0.0"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",