Skip to content

Commit

Permalink
Merge pull request #272 from 100-hours-a-week/lucy726j-patch-4
Browse files Browse the repository at this point in the history
Lucy) Debounce 함수부분 수정
  • Loading branch information
yzooop authored Oct 20, 2024
2 parents 3fcb950 + 4e4c91a commit b3a3376
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,13 +126,13 @@

```
--문제--
- (루시 여기좀 적어주세요)
- 종목 검색 시 onChange 이번트를 적용하여 불필요한 API 호출이 과도하게 발생
--해결--
- debounce함수 적용
- lodash 라이브러리의 debounce함수 적용
--개선--
-
- '카카오', '카카오게임즈', '카카오뱅크'를 검색했을 때의 검색 API 호출량을 기존 48회에서 3회로 감소
```

![-----------------------------------------------------](https://raw.githubusercontent.com/andreasbm/readme/master/assets/lines/rainbow.png)
Expand Down

0 comments on commit b3a3376

Please sign in to comment.