Skip to content

프론트엔드 개발 문서

noah edited this page Jul 2, 2023 · 15 revisions

목차

  • 코드 컨벤션
    • 네이밍
      • 변수명, 함수명
      • 상수
      • 컴포넌트, 객체, 클래스
      • 축약어
      • html 태그에 따른 네이밍
    • CSS
      • attribute 순서
    • 상수
    • 타입
      • type
      • interface
    • 컴포넌트
      • 선언
      • props
      • export default
    • 리액트
      • 확장자
      • 작성 순서
      • path alias
      • react event handler
      • React.[type]
  • 폴더 구조
  • 사용 라이브러리
  • 테스트

1️⃣ 코드 컨벤션

Clone this wiki locally