Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Meta Programming/Programming Pattern/Software Design Pattern/Event-driven architecture/
Event Driven Model
Search

Event Driven Model

Creator
Creator
Seonglae Cho
Created
Created
2021 Apr 1 9:54
Editor
Editor
Seonglae Cho
Edited
Edited
2025 Jun 9 11:13
Refs
Refs
Event Bus
The timing difference of when to trigger events
Event Driven Model
Event Throttle
Event Debounce
Event Delegation
 
 
 
 
 
 
Throttle 와 Debounce 개념 정리하기
keyboard 가 한자씩 입력될 때마다, api 로 데이터를 가져오게 되면, 사용자의 의도와 무관한 요청 이 자주 발생되는데, 이를 줄이기 위해, 입력이 끝난후나, 입력되는 중간 중간 200ms 마다 api 값을 가져온다면, 성능에서 매우 유리해 진다. throttle 에 delayTime 과 callback function 을 넘겨주면, keyup...
https://pks2974.medium.com/throttle-%EC%99%80-debounce-%EA%B0%9C%EB%85%90-%EC%A0%95%EB%A6%AC%ED%95%98%EA%B8%B0-2335a9c426ff
Throttle 와 Debounce 개념 정리하기
 
 
 

Backlinks

Web Main Interface

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Meta Programming/Programming Pattern/Software Design Pattern/Event-driven architecture/
Event Driven Model
Copyright Seonglae Cho