Skip to content

feat: navigation util을 POC 해봐요 #217

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

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

Conversation

Virtuso1225
Copy link
Contributor

📌 내용

navigation util을 POC 해봐요
기존에는 useNavigate 를 통해서 직접 route path 를 작성 해야 했지만,

const navigate = useNavigate()
navigate(`club/detail/${id}`)
const naviagteTo = useNavigator()
naviagteTo("ClubDetail", {clubId: id})

이렇게 가능해요.

☑️ 체크 사항

  • [ ]

❗ Related Issues

@Virtuso1225 Virtuso1225 requested a review from halionaz March 16, 2025 08:00
@Virtuso1225 Virtuso1225 self-assigned this Mar 16, 2025
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