## 📕 작업 설명 > 발생하는 에러를 어떻게 처리할지, 어떤 전략으로 처리하는지 살펴보고 우리 프로젝트에 적용해 에러대응하기 ## 📖 고민포인트 - [ ] 다른 곳 에러처리 방법 살펴보기 - [ ] 에러를 중앙에서 관리할지, 분산해서 관리할지 ## 💡 참고자료 - [ ] https://react.dev/reference/react/Component#catching-rendering-errors-with-an-error-boundary - [ ] https://ui.toast.com/posts/ko_20200623 - [ ] https://fe-developers.kakaoent.com/2022/221110-error-boundary/