SP-694 메인페이지, 모집공고 모아보기 페이지 성능 개선 - Code Splitting, Loading Spinner 구현 #371
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.
💡 다음 이슈를 해결했어요.
💡 이슈를 처리하면서 추가된 코드가 있어요.
🛠 Loading 과정에서 보여줄 LoadingSpinner 컴포넌트 구현
Suspense의 Fallback으로 적용되는 LoadingSpinner 컴포넌트와 스토리를 구현하였습니다.
ludo-frontend/src/Components/LoadingSpinner/index.tsx
Lines 1 to 44 in a73a1ed
✔︎ Loading Spinner
🛠 라우터 레벨에서 코드 스플리팅 적용
라우터 레벨에서 코드 스플리팅을 적용하였습니다.
✔︎ �Dynamic Import
ludo-frontend/src/Router/index.tsx
Lines 12 to 30 in a73a1ed
✔︎ 라우트별 Suspense 적용
ludo-frontend/src/Router/index.tsx
Lines 32 to 186 in a73a1ed
✅ 셀프 체크리스트