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.
📑 이슈 번호
#307
🚧 구현 내용
기존의 로딩바는 api호출이 있는 컴포넌트가 렌더링 될 때마다 잠깐의 깜빡이는 현상과 함께 보여집니다. 따라서, 렌더링 되는데 200ms 이상 지연되는 컴퍼넌트에만 로딩바가 보여질 수 있게
DeferedComponent
를 추가하여 모든 로딩바 컴포넌트를 감싸주었습니다.기존
변경 후
🚨 특이 사항
로딩바 보다 스켈레톤 UI를 보여주는게 좀 더 트렌디하고 괜찮을 것 같다는 생각이 듭니다.