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

[#10] Feat: 페이지 및 라우팅 세팅 #21

Merged
merged 6 commits into from
Jan 3, 2024
Merged

[#10] Feat: 페이지 및 라우팅 세팅 #21

merged 6 commits into from
Jan 3, 2024

Conversation

chaeminseok
Copy link
Contributor

@chaeminseok chaeminseok commented Jan 3, 2024

Issue Number

close #10

⛳️ Task

페이지 및 라우팅 세팅

✍️ Note

각 페이지별 쿼리스트링등은 세팅하지는 않았습니다 . router.tsx에서 맡으신 페이지 각자 변경하셔도 됩니다.

📸 Screenshot

image

📎 Reference

@chaeminseok chaeminseok added the FEAT FEAT label Jan 3, 2024
@chaeminseok chaeminseok self-assigned this Jan 3, 2024
@chaeminseok chaeminseok changed the title Feat/#10 [#10] Feat: 페이지 및 라우팅 세팅 Jan 3, 2024
Copy link
Contributor

@im-na0 im-na0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니당~~

path: "/",
element: <Home />,
errorElement: <NotFound />,
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

root path 밑의 경로는 children 배열로 관리해줘도 좋을 것 같습니다~

errorElement: <NotFound />,
},
{
path: "/search",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

path는 상수로 관리해주는게 좋을 것 같습니다!
https://www.notion.so/1-058f752166234bf9aac5b46115af45f0

@chaeminseok chaeminseok merged commit 58b0cd0 into main Jan 3, 2024
1 of 2 checks passed
@chaeminseok chaeminseok deleted the feat/#10 branch January 3, 2024 09:37
@chaeminseok chaeminseok restored the feat/#10 branch January 18, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FEAT FEAT
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feat: Brouser router설정
2 participants