-
Notifications
You must be signed in to change notification settings - Fork 0
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
리펙토링 기간 중 진행한 변경 사항 #7
Open
sunub
wants to merge
43
commits into
dev
Choose a base branch
from
feature/1
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 기존의 여러 네트워크 요청을 요구하던 컴포[> - tanstack query의 캐싱을 활용하여 재사용성 > - lazy loading을 이용하여 3D 오브젝트를 포함하는 컴포넌트를 지연 로딩하여 성능 개선
- 기존의 코드는 네트워크 요청과 동시에 상태가 업데이트가 이루어졌다. - 이로 인해 클라이언트 계층에서 이루어지는 리다이렉트가 네트워크 요청을 기다리지 못하고 바로 리다이렉트 요청이 이루어지는 문제가 발생 - 이를 loading 상태를 추가하여 약간의 딜레이를 추가하여 개선
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
프로잭트 내의 문제
테스트 코드 작성
프로젝트 내의 문제
Rollup visualizer
node_modules
이외의 애플리케이션 코드를 스플릿 할 경우 크기가 너무 작은 코드를 스플릿 하는 것은 오히려 구조를 복잡하게 만들어서 성능을 저하 시킬 수 있다는 것을 발견