Blog
Series
Tags
Note
Blog
Series
Tags
Note
# Next
Nextjs 앱라우터 서버컴포넌트에서 쿠키 세팅이 안되는 이유
next.js 서버 컴포넌트에서 쿠키 세팅시 오류가 나는 이유와 해결 방법에 대해 설명합니다. ( Error: Cookies can only be modified in a Server Action or Route Handler )
React
Next
Server Component
2024-07-28
·
12 min read
Next.js app directory의 서버 컴포넌트에서 msw 사용하기
server component에서 msw를 정상적으로 동작시키는 방법에 대해 알아보고자 합니다.
Next
MSW
2024-01-04
·
7 min read
Next.js를 aws에 서버리스로 배포하는 방법 with sst
Next.js를 vercel을 통해 배포하는 방법 말고 sst를 이용해서 aws에 배포하는 방법에 대해 알아봅니다.
SST
Next
AWS
2024-01-02
·
11 min read
Next.js SSG에서 이미지 최적화 방법
Next.js에서 static export 옵션을 활성화 했을때 cloudinary를 통해서 이미지 최적화를 하고 이미지 업로드를 자동화 시키기
Cloudinary
Image Optimization
Next
SSG
2023-11-08
·
14 min read