Tagging
Try bookmarklet. Easy tagging.
Do you want to delete?
Do you want to modify?
  • LINKTAG
  • New
  • Tag
  • Comment
Sign in
it dev nextjs logger pino

nextjs 어울리는 로깅 | OKKY Q&A

안녕하세요저는 nextjs 풀스택으로 스타트업 준비중입니다.서비스 개발중에 오류 잡아내는 로깅 시스템을 도입하고자 하고 잇는데요WinstonPinoSentry중에 어떤 서비스를 이용하는게 nextjs랑 가장잘 어울릴까요?더 좋은 로깅 서비스가 있다면 추천해주시면 감사하겠습니다!
wono | discuss |
it dev nextjs serveractions

Access request properties from within a server action. · vercel/next.js · Discussion #57949

Access request properties from within a server action.
wono | discuss |
it ops sms

쿨에스엠에스 요금 안내 coolsms pricing

wono | discuss |
it dev shadcn dialog

Feature: Close Functionality for Dialog Component · Issue #88 · shadcn-ui/ui

Right now there's no such wrapper code available in the docs for close functionality in Dialog component. I have tried to implement the same and it's working all fine. const DialogClose = React.forwardRef< React.ElementRef<typeof DialogP...
wono | discuss |
생활 법률 임대차

[부동산 법률 칼럼] 세입자의 해지합의 번복, 명도소송 가능하다

# “2년 후 실거주를 계획하고 세입자를 받았습니다. 하지만 예상보다 빨리 실거주할 사정이 생겨 세입자에게 미리 집을 빼달라고 부탁하니 흔쾌히 동의하였습니다. 문제는 세입자가 마음이 바뀌어 본래 계약이 끝날 때까지 거주하겠다는 겁니다. 이 경우 저는 본래 계약 기간이 끝날 때까지 아무것도 할 수 없는 건가요?”흔한 일은 아니지만, 주택 임대차에서 계약 기간이 끝나기 전 세입자와 집주인 간 합의로 계약이 조기에 끝나는 경우가 있다. 합의로 인한 조기 계약 해지는 법률상으로도 문제가 없지만, 합의 당사자인 세입자가 합의 사항 무효를 주
wono | discuss |
생활 법률 임대차

전세 재계약 구두 합의후 내용변경, 계약해지 (부동산 법률 상담)

안녕하세요. 잠실에 있는 주상복합 아파트 소유주 입니다. 전세계약이 2019년 8월 18일 만기로 있는 상황에서2019년 6월 18일에 임차인에게 재계약시 전세금 인상 통지를 하고...
wono | discuss |
it ops method naming

How and why to decide between naming methods with "get" and "find" prefixes

I always have trouble figuring out if I should name a certain method starting with getSomething versus findSomething. The problem resides in creating helpers for poorly designed APIs. This usually
wono | discuss |
it dev nextjs breadcrumbs

useSelectedLayoutSegments – Nextjs 한글 문서

API Reference for the useSelectedLayoutSegments hook.
wono | discuss |
it dev nextjs tabs

[Next.js] Parallel Routes

병렬 라우팅을 이용한 Tabs 구현
wono | discuss |
it dev nextjs tailwindcss

Styling the Active Link with Next.js and Tailwind CSS - Cruip

Learn how to style and highlight the active link with Next.js and Tailwind CSS. We will also create a reusable navigation link component.
wono | discuss |
it dev react jotai

Use get(atom) without tracking/subscribing · pmndrs/jotai · Discussion #1911

Use get(atom) without tracking/subscribing
wono | discuss |
it dev nextjs error

7 common Next.js errors and how to solve them - LogRocket Blog

Let's explore the causes and solutions of some common errors in Next.js that you may encounter during development.
wono | discuss |
it dev nextjs redirect

When to use redirect() vs. router.push() in Next.js

Explaining the two methods for programmatically redirecting a user in Next.js components, server functions, or route handlers.
wono | discuss |
it dev react badsetstate

Cannot update a component while rendering a different component warning

I am getting this warning in react: index.js:1 Warning: Cannot update a component (`ConnectFunction`) while rendering a different component (`Register`). To locate the bad setState() call inside `
wono | discuss |
it dev react strictmode

What is React Strict Mode, and why is my Application Double Re-Rendering?

What is React Strict Mode? Why is my app double re-rendering? Why is useEffect called twice? How to correctly cleanup async code & more
wono | discuss |
it dev nextjs badsetstate

Cannot update a component (xxx) while rendering a different component (xxx)

위의 웹 페이지에서 왼쪽의 컴포넌트 목록에서 각 메뉴를 클릭하면 오른쪽의 화면의 내용이 전환된다. 웹 버전을 모바일 버전으로 변경을 하게 되면 아래처럼 변환되고 좌측 상단의 메뉴 버튼을 클릭하면 메뉴가 표출된다. 지금이야 잘 작동을 하지만 최초 버전에서 제목의 에러 메시지를 만나게 되었다. Cannot update a component (`Main`) while rendering a different component (`MenuBar`). To locate the bad setState() call inside `MenuBar`, 화면의 컴포넌트 구조는 단순하다. 웹 버전일 때는 아래와 같고 모바일 버전에서는 다음과 같다. 문제는 모바일 버전에서 목록을 클릭할 때 마다 Main 컴포넌트의 인덱스가 변하..
wono | discuss |
it dev nextjs mismatch

Hydration Error : Minified React Error 해결하기 - 사툰사툰 NEXTJS

꾸준히 성장하고 싶은 프론트엔드 엔지니어입니다. 저만의 경험과 기록을 담아두었습니다 | Error Typescript Frontend React Next.js Nginx
wono | discuss |
it dev nextjs mismatch

[NextJS] Hydration error 해결/ SWC 설정(Prop className did not match)

* 본 포스팅은 공부하며 작성한 내용이며, 틀린 부분이 있을 수도 있습니다* 문제상황 두어캘 개발을 하며 ...
wono | discuss |
it dev nextjs mismatch

React의 hydration mismatch 알아보기 – 화해 블로그 | 기술 블로그

React의 hydration mismatch 알아보기 화해는 에러 트래킹 서비스인 Sentry를 사용하고 있는데요. 지난해 Next.js의 static export로 배포한 이벤트 페이지에서 hydration mismatch 에러가 쌓이기 시작했습니다.
wono | discuss |
it dev nextjs template

Next.js 14 강좌 3편. Template과 Loading 스페셜 파일

template.tsx 파일과 loading.tsx 스페셜 파일
wono | discuss |
Next
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms