1. Simple React Snippets
cc | Class Component |
ccc | Class Component With Constructor |
cpc | Class Pure Component |
ffc | Function Component |
sfc | Stateless Function Component (Arrow function) |
cdm | componentDidMount |
uef | useEffect Hook |
cwm | componentWillMount |
cwrp | componentWillReceiveProps |
gds | getDerivedStateFromProps |
scu | shouldComponentUpdate |
cwu | componentWillUpdate |
cdu | componentDidUpdate |
cwun | componentWillUnmount |
cdc | componentDidCatch |
gsbu | getSnapshotBeforeUpdate |
ss | setState |
ssf | Functional setState |
usf | Declare a new state variable using State Hook |
ren | render |
rprop | Render Prop |
hoc | Higher Order Component |
cp | Context Provider |
cpf | Class Property Function |
react에 필요한 소스 생성 키워드
2. Auto Rename Tag
태그 이름을 변경하면 닫혀있는 태그가 알아서 변경됨
3. Auto Colose Tag
말 그대로 자동으로 태그를 닫아줌
이외에 오류를 검사해주고 자동으로 소스를 정리해주는 esLint랑 prettier이 있음.
나는 자꾸 저 Auto close Tag가 있다는 걸 까먹어서 메모해둠 ...
'React' 카테고리의 다른 글
네이버 API 로그인 cors 오류 (0) | 2022.05.22 |
---|---|
Next.js에서 scss 사용하기 (0) | 2022.04.21 |
You are running `create-react-app` 5.0.0, which is behind the latest release (5.0.1). 오류 해결 (0) | 2022.04.14 |
2. react 소스코드 분석 및 빌드 (0) | 2022.04.12 |
1. react 환경 구축 (0) | 2022.04.11 |