경로

Next.js

[Next.js] 서버의 redirect & 클라이언트의 useRouter

라우터 인터셉팅 과정에서 둘 다 링크를 이동시켜주는 redirect 와 useRouter의 차이점을 알아보자 라우터 인터셉팅 (Intercepting Routes) https://nextjs.org/docs/app/building-your-application/routing/intercepting-routes Routing: Intercepting Routes | Next.js Use intercepting routes to load a new route within the current layout while masking the browser URL, useful for advanced routing patterns such as modals. nextjs.org Server 컴포넌트의 redirec..

캐럿노트
'경로' 태그의 글 목록