Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
💡 변경사항 & 이슈
홈 화면 UI 제작
✍️ 관련 설명
navbar 제외 홈 화면 ui만 우선 구성했어
router 방식은 내가 자주 사용하던 방식인데,
page에 lazy loading을 걸어줄 수 있고, error-boundary 처리도 할 수 있으며 Error 페이지도 default로 설정할 수 있다는 장점이 있어서 이렇게 사용하려고 해. 혹시 다른 의견 있으면 애기해줘!
최종적으로는 이런 방식으로 작동하게 될 거야 (물론 이후 확장성의 영역이라 mvp에서는 안 가져갈 거 같아!)
이외에는 UI 스타일링 영역이라 확인해보면 될 거 같음~~
⭐️ Review point
📷 Demo