https://www.pluralsight.com/guides/applying-classes-conditionally-react
<div className={` ${me ? 'chat-list mine' : 'chat-list others'}`}>
'React' 카테고리의 다른 글
조건부 렌더링 (0) | 2020.08.10 |
---|---|
Route Component에 props 전달하기 (0) | 2020.08.10 |
htmlReactParser (html parsing) (0) | 2020.07.27 |
비밀번호 변경 폼 resetpassword form handleEvent (0) | 2020.07.27 |
비밀번호 변경 버튼 resetpassword button event (0) | 2020.07.27 |
댓글