Next.js Error Handling
error.js 파일을 만들어 에러 발생 시 나올 페이지와 에러처리 로직 작성해보기로!!(use client) error.js 는 react Error Boundary 를 생성해 중첩된 경로에서 런타입 오류를 처리할 수 있도록 도와준다고 한다. ❓원리중첩된 하위 세그먼트와 해당 하위 항목을 자동으로 래핑해 React Error Boundary를 생성하고 오류가 발생하면 해당 세그먼트로 격리되서 나머지 앱은 정상적으로 동작 error 페이지 경로app/global-error.tsx 또는 그룹라우팅 안에 (page)/error.tsx'use client'; // Error components must be Client Componentsimport { useEffect } from 'react';impor..
TIL
2024. 4. 25. 19:22
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- readme 역할
- Warning: Each child in a list should have a unique "key" prop.
- 별점 색채우기
- 에러모음집
- Warning: validateDOMNesting(...): <li> cannot appear as a descendant of <li>
- 영화 별점
- readme 작성해야 하는 이유
- 유효성검사 css
- 별점만들기
- styled component 조건부 사용방법
- 유효성검사
- git cache
- 영화별점만들기
- readme 이미지 추가 방법
- axios 사용하기
- axios instance 작성하기
- axios 설치하기
- Fetch와 Axios 의 장단점
- readme 작성 방법
- simple Icon 사용방법
- styled component 사용방법
- Warning: A component is changing an uncontrolled input to be controlled.
- readme작성해보기
- axios CRUD
- styled component GlobalStyle 사용방법
- nextjs 토큰 만료처리하기
- axiosinstance 사용 시 토큰 사용 법
- styled component 설치방법
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
글 보관함