강의

멘토링

커뮤니티

Inflearn Community Q&A

mpogew3280's profile image
mpogew3280

asked

Learning React A-Z by Following Along [Version 19 반영]

Implementing a search page using useLocation

클래스명 __ 사용 이유에 대해 질문드립니다.

Written on

·

700

0

클래스명 사용 시 아래와 같이 언더바 두 개를 사용하셨는데 특별한 이유가 있는지 궁금합니다.

className="nav__input"

 

클래스명변수명tddreact클래스redux변수typescript네이밍Next.js

Answer 1

1

클래스명을 만드는 방법중에 bem이라는 방식입니다 자세한건 구글링 하시면 상세한 설명이 나옵니다

ss님의 프로필 이미지
ss
Questioner

답변 감사합니다!!

mpogew3280's profile image
mpogew3280

asked

Ask a question