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: 비동기 처리를 위한 유틸 함수 구현 #9

Merged
merged 25 commits into from
Jul 19, 2024
Merged

Conversation

Collection50
Copy link
Member

1. 무슨 이유로 코드를 변경했나요?

  • 배포 환경의 무결성을 확보하기 위한 CI 파이프라인을 추가했습니다.
  • 비동기 처리를 위한 Suspense, ErrorBoundary, AsyncBoundary를 구현했습니다.
  • contextAPI를 추상화한 generateContext 함수를 구현했습니다.
  • shadcn-ui를 추가했습니다.

2. 어떤 위험이나 장애를 발견했나요?


3. 관련 스크린샷을 첨부해주세요.


4. 완료 사항

  • CI (681fbd1)
  • Suspense, Asyncboundary, ErrorBoundary, generateContext 유틸 함수 생성 (159d4e2)
  • shadcn (36af5da)

5. 추가 사항 / 코드 리뷰 받고 싶은 부분


Copy link
Member

@qkrdmstlr3 qkrdmstlr3 left a comment

Choose a reason for hiding this comment

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

몇 개 남겨봅니당!

src/hooks/useIsClient/index.ts Outdated Show resolved Hide resolved
package.json Show resolved Hide resolved
package.json Show resolved Hide resolved
src/context/generateContext/generateContext.tsx Outdated Show resolved Hide resolved
src/context/generateContext/generateContext.tsx Outdated Show resolved Hide resolved
Copy link
Collaborator

@woo-jk woo-jk left a comment

Choose a reason for hiding this comment

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

고생하셨습니다!

Comment on lines 6 to 10
return useSyncExternalStore(
() => () => {},
() => true,
() => false,
);
Copy link
Collaborator

Choose a reason for hiding this comment

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

신박해요👍👍

type ErrorBoundaryProps<ErrorType extends Error = Error> = {
onReset?(): void;
renderFallback: RenderFallbackType | FallbackType;
onError?(error: ErrorType, info: ErrorInfo): void;
Copy link
Collaborator

Choose a reason for hiding this comment

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

info 인자는 옵셔널하게 받아도 괜찮지 않을까요?!

Copy link
Member Author

Choose a reason for hiding this comment

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

변경 해두었습니다 👍

Copy link
Member

@qkrdmstlr3 qkrdmstlr3 left a comment

Choose a reason for hiding this comment

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

감사합니다!

Collection50 and others added 13 commits July 20, 2024 03:24
* tailwind 컬러 팔레트 설정

* mint -> lime 네이밍 변경

* palette 변경된 요소 반영
* tailwind 컬러 팔레트 설정

* mint -> lime 네이밍 변경

* palette 변경된 요소 반영
* tailwind 컬러 팔레트 설정

* mint -> lime 네이밍 변경

* palette 변경된 요소 반영
* tailwind 컬러 팔레트 설정

* mint -> lime 네이밍 변경

* palette 변경된 요소 반영
@Collection50 Collection50 merged commit 5148b39 into main Jul 19, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants