Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: useDebounce, useThrottle 훅 기능 추가 #16

Merged
merged 6 commits into from
May 24, 2024

Conversation

d0422
Copy link
Member

@d0422 d0422 commented May 23, 2024

  • useDebounce 기능 추가
  • useDebounce 테스트/스토리북 추가
  • useThrottle 기능 추가
  • useThrottle 테스트/스토리북 추가
  • Docs 추가

debounce와 throttle을 간편하게 사용하기 위한 useDebounce, useThrottle 훅을 추가하고, 테스트 및 스토리북 컴포넌트를 작성하였습니다.

@d0422 d0422 requested a review from HBSPS May 23, 2024 11:14
@d0422 d0422 self-assigned this May 23, 2024
@d0422 d0422 added the feature label May 24, 2024
Copy link
Contributor

@HBSPS HBSPS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다!

@d0422 d0422 force-pushed the feature-useDebounce,useThrottle branch from ef6d4d3 to 6cccf4c Compare May 24, 2024 06:12
@d0422 d0422 merged commit 877ffd6 into Rapiders:main May 24, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants