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

[Feature] 비동기호출 이후 에러발생 시 ErrorBoundary를 활용한 에러처리 #41

Open
4 tasks done
BoubleJ opened this issue Jun 4, 2024 · 0 comments
Open
4 tasks done
Assignees

Comments

@BoubleJ
Copy link
Contributor

BoubleJ commented Jun 4, 2024

ISSUE

에러 발생 시 ErrorBoundary에서 에러처리 구현

  • 비동기함수 호출 과정에서 에러가 발생했을 경우 모든 페이지가 하얀색으로 변하는 현상 발생 -> 사용자경험 악영향
  • 에러가 발생한 부분만 에러처리 필요
  • 나머지 컴포넌트는 정상적으로 동작하도록 구현
  • 에러 발생 시 이전화면으로 돌아가는 기능 필요

ESTIMATE

1.5 Day

TASKS

  • ErrorBoundary 라이브러리 컴포넌트 활용
  • 에러 안내 페이지 ui 제작
  • 에러처리 후 에러 이전 페이지로 돌아가는 버튼 구현
  • ErrorBoundary 내부 컴포넌트에서 에러를 던져줘야 ErrorBoundary가 처리 가능하다는 것 고려
@BoubleJ BoubleJ self-assigned this Jun 4, 2024
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

No branches or pull requests

1 participant