Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

사전과제입니다! #205

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

SongNoin
Copy link

@SongNoin SongNoin commented Mar 6, 2023

To do

  • NextJS 등의 SSR 어플리케이션이 아닌, CSR 어플리케이션을 구축한다.
  • 최소 3개 이상의 페이지를 가지도록 구현한다.
  • 모든 페이지에 공통으로 반복되는 헤더와 사이드바가 있도록 구성한다.

고민거리

  • 3개의 페이지가 고정되는 앱이 아니라, 여러 개의 페이지가 언제든 추가될 수 있다고 생각하고 프로젝트를 수행해 보세요.
    • 동적라우팅으로 구성해서 page 뒤에 Id로 받아서 구성했습니다.
  • 만들어진 페이지별로 로그인 여부를 판단하고자 한다면 어떻게 구조를 확장해야할지 고민해 보세요.
    • AppRouter 에서 고차함수로 로그인 여부를 판단하면 좋겠다 생각했습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant