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: setting react package and create useInterval #13

Merged
merged 14 commits into from
Jun 3, 2024

Conversation

owl1753
Copy link
Collaborator

@owl1753 owl1753 commented May 31, 2024

1️⃣ 어떤 작업을 했나요? (Summary)

기존 코드에 영향을 미치지 않는 변경사항

react package를 추가했고 기본적인 설정 파일들을 생성했습니다.
useInterval 훅과 그에 대한 ko.md test.ts 파일을 추가했습니다.

기존 코드에 영향을 미치는 변경사항

main을 당겨오는 과정에서 conflict가 발생했는데 아마 react package에 관련된 명령어를 root에 포함시키는 과정에서 발생한 것 같습니다.

버그 픽스

2️⃣ 알아두시면 좋아요!

훅을 테스트하기 위해서 @testing-library/react devDependency를 추가했습니다.

3️⃣ 추후 작업

useFunnel, useSuspensedQuery 등 다양한 훅을 추가합니다.

4️⃣ 체크리스트 (Checklist)

  • main 브랜치의 최신 코드를 pull 받았나요?

@owl1753 owl1753 added feat New feature or request react @yourssu/react labels May 31, 2024
@owl1753 owl1753 self-assigned this May 31, 2024
Copy link
Member

@Hanna922 Hanna922 left a comment

Choose a reason for hiding this comment

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

image

@owl1753 owl1753 requested a review from Hanna922 June 3, 2024 05:49
@Hanna922 Hanna922 changed the title feat: add react package feat: setting react package and create useInterval Jun 3, 2024
@owl1753 owl1753 merged commit 6e1cd1a into main Jun 3, 2024
@owl1753 owl1753 deleted the feat/#12-react-package branch June 3, 2024 07:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat New feature or request react @yourssu/react
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: react 패키지 구축
2 participants