-
Notifications
You must be signed in to change notification settings - Fork 7
Web Code Convention
김예진 edited this page Dec 1, 2020
·
3 revisions
- 모든 함수는 화살표 함수로
- server, client 공통 ES 모듈(import/export) 사용하기
- css ordering convention
- 컴포넌트명: UpperCamelCase
- 나머지: lowerCamelCase
- all: lowerCamelCase