개발 노트

next.js URL 쿼리 매개변수 본문

React

next.js URL 쿼리 매개변수

한츄 2024. 7. 24. 15:26

next.js공식 문서

https://nextjs.org/docs/app/building-your-application/routing/route-handlers#url-query-parameters

 

Routing: Route Handlers | Next.js

Create custom request handlers for a given route using the Web's Request and Response APIs.

nextjs.org

 

 

적용예시

https://dev.to/lakshmananarumugam/advanced-nextjs-url-handling-with-urlsearchparams-2gp3?utm_source=oneoneone

 

Advanced Next.js URL handling with URLSearchParams

Video Tutorial ...

dev.to

 

'React' 카테고리의 다른 글

다국어 지원 관련 방법 2  (0) 2024.07.25
국제화 관련 사이트  (0) 2024.07.25
NEXT.js fetch관련 자료  (0) 2024.06.18
Next 배포 시 TypeError fetch failed  (0) 2024.04.19
레벨 별 사운드 구현하기  (0) 2024.04.17