[Contacts articles] Contacts 페이지(1/2) - 연락처 컴포넌트 구현 #4
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.
구현 기능
한국어 페이지 | 영어 페이지
1. 로딩 컴포넌트로 폰트 등의 사용자 경험 향상 시도
2. 타이핑 효과 애니메이션 컴포넌트 및 영/한 데이터 추가
react-typist
라이브러리를 사용했지만componentWillReceiveProps has been renamed, and is not recommended for use. See https://reactjs.org/link/unsafe-component-lifecycles for details.
와 같이 최신 React 18버전 이상에서 호환되지 않는 일부 성능 문제가 발생react-simple-typist
로 라이브러리 교체 후 이상없이 작동3. hook 생성하여 코드 분리
4. 스타일 전역 변수 및 mixin 정리
_mixins.scss
파일에서 중복해서 쓰이는 스타일 정리