Skip to content

[FEAT] App Router 라우팅 전환 #32

Description

@dev-oil

기능 요약

React Router → Next.js App Router 전환

작업 목록

  • app/layout.tsx로 Layout.tsx, Header.tsx 통합
  • , useRouter → next/navigation으로 교체
  • 페이지 라우트 이전
    / → app/page.tsx
    /about → app/about/page.tsx
    /test → app/test/page.tsx
    /result → app/result/page.tsx
    /animals → app/animals/page.tsx
    /animals/:id → app/animals/[id]/page.tsx
    /favorites → app/favorites/page.tsx
  • 'use client' 선언 필요 컴포넌트 확인
  • framer-motion SSR 이슈 → dynamic import 처리

참고

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions