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

[Route module] Client Side Rendering 및 useRouter 함수 구현 #12

Merged
merged 11 commits into from
Jun 15, 2022

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jun 15, 2022

노션 칸반 링크

카드에서 구현 혹은 해결하려는 내용

  • Context Api 와 history 외부 모듈을 사용하여 Client Side Rendering 구현
  • useRouter 함수 구현 (push 함수)
 const router = useRouter();
 router.push("path");
  • Context Api의 HtmlContext, HeadContext 로직 개선 및 RouteContext 생성

@KongWooJeong KongWooJeong changed the title [kanban number] title [Route module] Client Side Rendering 및 useRouter 함수 구현 Jun 15, 2022
@KongWooJeong KongWooJeong merged commit 8a1c226 into dev Jun 15, 2022
@KongWooJeong KongWooJeong deleted the feature/routeModule branch June 15, 2022 13:18
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.

3 participants