⛵ 항해99/TIL · WIL ✏️

[TIL] 2023.10.26 - 페이지 주소 추출(useLocation)

hhhhy 2023. 10. 26. 21:25

 useLocation() 

// 현재 페이지 URL 확인
const location = useLocation();
const currentPath = location.pathname; // console.log("현재 페이지 URL:", currentPath);