Skip to content
This repository has been archived by the owner on Oct 2, 2021. It is now read-only.

중첩 라우팅 구현 #31

Open
hatchling13 opened this issue Jan 30, 2021 · 0 comments · Fixed by #35
Open

중첩 라우팅 구현 #31

hatchling13 opened this issue Jan 30, 2021 · 0 comments · Fixed by #35
Assignees
Labels
enhancement New feature or request

Comments

@hatchling13
Copy link
Member

개요

#6 에서 단일 페이지 어플리케이션(SPA)인 현 프로젝트를 여러 페이지로 보일 수 있도록 구현하였다. 초기 구현은 최상위 컴포넌트인 App.js에서 모든 라우팅을 담당하였지만, 게시판/사진첩 등 하나의 메뉴 아래 여러 게시글/사진 등이 접근 가능해야하는 특성상 모든 라우팅을 최상위 컴포넌트에서 담당할 수 없다. 따라서 중첩 라우팅을 통해 좀 더 유연한 라우팅을 가능하게 한다.

참조할 만한 자료

@hatchling13 hatchling13 added the enhancement New feature or request label Jan 30, 2021
@hatchling13 hatchling13 self-assigned this Jan 30, 2021
@hatchling13 hatchling13 linked a pull request Feb 2, 2021 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant