about
article
instagram
about
article
instagram
trouble_shooting
peerDependencies를 사용하는 이유
npm에서 제공하는 주요 종속성의 종류와 익숙하지 않은 peerDependencies 소개
April 08, 2024
|
module
|
typescript
|
trouble_shooting
App router에서만 발생하는 framer-motion exit animation 에러
Next.js의 App 라우터에서 발생하는 framer-motion의 exit animation 비정상 동작 에러
March 26, 2024
|
framer_motion
|
nextjs
|
css
|
trouble_shooting
noindex 메타 태그 자동 생성되는 Next.js useSearchParams 훅 에러 해결
robots 메타 태그에 noindex 값이 자동 생성되어 색인이 생성되지 않는 에러 발생
February 15, 2024
|
nextjs
|
seo
|
ssr
|
trouble_shooting
Notion API를 사용한 게시물의 이미지 핸들링과 이미지 Expire time 에러 해결
notion api 기반의 블로그 구축 과정에서 발견한 image 403 에러 및 해결 과정 정리
July 05, 2023
|
notion
|
react
|
javascript
|
web
|
ssr
|
ssg
|
trouble_shooting
|
nextjs
|
aws
React Query v5, useQuery의 callback을 없애는 이유
React query v5의 callback deprecated가 사라지게된 이유 및 대체 방법
May 25, 2023
|
react
|
trouble_shooting
|
react_query
흐림 필터(blur filter)를 사용한 두 요소 연결 중 시각적 효과 개선 과정
두 개의 blur filter 처리가 된 요소의 연결 과정에서의 시각적 효과 개선 과정 정리
May 15, 2023
|
css
|
trouble_shooting
|
web
Next.js App Router의 동적 라우팅과 정적 라우팅에 따른 랜더링 차이 및 경로 캐싱
NextJs 13의 동적/정적 라우팅에 따른 랜더링 차이와 랜더링 방식을 컨트롤 할 수 있는 Segment Config Options
March 28, 2023
|
nextjs
|
trouble_shooting
파일 다운로드 로직 구현
특정 경로의 파일을 다운로드하는 함수를 구현하는 과정에서 알게 된 정보
January 06, 2023
|
javascript
|
web
|
trouble_shooting
정상적으로 종료되지 않은 노드 프로세스 에러 해결 및 안전하게 프로세스를 종료시키는 방법
NodeJS 프로세스가 충동하는 경우 발생하는 에러 해결 및 kill 명령어로 안전하게 Linux, Unix 프로세스를 종료시키는 방법 소개
December 22, 2022
|
javascript
|
linux
|
unix
|
nodejs
|
trouble_shooting