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

[Feature] 레이아웃, 네비게이션 컴포넌트 구현 #10

Open
wants to merge 27 commits into
base: dev
Choose a base branch
from

Conversation

hamo-o
Copy link
Collaborator

@hamo-o hamo-o commented Oct 1, 2024

이슈 번호

구현 내용

  • History API를 활용한 클라이언트 사이드 라우팅
  • 레이아웃, 네비게이션 컴포넌트

관련 기술 설명

  • 클라이언트 사이드 라우팅
    • 사용자가 애플리케이션 내에서 다른 페이지로 이동할 때마다 (특정 요청 발생),
    • 새로운 페이지를 서버로부터 불러오지(서버 사이드 라우팅) 않고,
    • 클라이언트 측에서 동적으로 필요한 부분의 컨텐츠를 변경하는 방식

@hamo-o hamo-o force-pushed the feature/#4 branch 2 times, most recently from 89d7f4b to 5733cec Compare October 4, 2024 19:05
@hamo-o hamo-o marked this pull request as ready for review October 4, 2024 20:23
@hamo-o hamo-o requested a review from tjrmswo as a code owner October 4, 2024 20:23
@hamo-o hamo-o requested a review from yoona1110 as a code owner October 4, 2024 20:23
@hamo-o hamo-o added the ✨ Feature 기능구현 label Oct 4, 2024
@hamo-o hamo-o linked an issue Oct 4, 2024 that may be closed by this pull request
3 tasks
@hamo-o hamo-o requested a review from frontline-2024 October 4, 2024 20:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 기능구현
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] 레이아웃, 네비게이션 컴포넌트 구현
1 participant