1. 파일 이름으로 찾기 및 이동하기 cmd + p 2. 사이드바 열기/닫기 cmd + b 3. 터미널 열기 cmd + j cmd + ` 4. 멀티 커서 선택 및 편집하기 option + 클릭, 편집하기 5. 찾기 기능 cmd + f cmd + f, option + cmd + r : Regular expression으로 찾기 6. 찾기 후 일치하는 내용 ...
Use polymorphic components to build a design system or component library
Reuse the types from an existing component
Create custom components by adding typesUse omit keyword to take type and remove the specified properties.
Using tempalte literals to create many strings by making use of unions.
React Hooks props useState useReducer useContext useContext future value useRef
Advanced Props Union of string literals Children props Children as react component node Optional type
- Provides static type checking and get to learn about potential bugs as one is typing the code without the need to detect the bugs at runtime.
FCP(First Contentful Paint)를 차단하는 모든 URL들이다. 목표는, 중요하지 않은 리소스를 지연하며 사용되지 않는 모든 리소스를 제거하여 이러한 렌더링 차단 URL의 영향을 줄이면서 페이지의 렌더링 속도를 개선하는 것이다.