넥스트 로딩1 path를 따라가는 로딩화면 구현하기 ✈️path를 따라가는 로딩화면 구현하기import React from 'react';type LoadingProps = { width?: number;};export default function Loading({ width = 1200 }: LoadingProps) { return ( {/* 비행 경로를 따라 선을 그리기 위한 경로 */} {/* 비행기 모양 */} );}useLoadingrouteChangeStart(url, { shallow }) - 라우트.. 2024. 8. 16. 이전 1 다음 반응형