728x90 styled-components1 Component styling 일반 css 그냥 디폴트로 들어 있는 css이다. 사용법은 가장 초기의 src/App.js, App.css를 보면 된다. Css를 사용할때 가장 중요한것은 css클래스를 중복되지 않게 만드는 거다. 이는 다음과 같은 두개의 방식으로 실천할 수 있다. 1. 규칙있는 이름 src/App.js초기 로직을 보면 className이 컴포넌트이름-클래스(ex.App-header)형태로 되어 있다. 또 한 BEM naming같은 것을 사용하는 것도 방법이다. http://getbem.com/naming/ BEM — Block Element Modifier BEM is a highly useful, powerful, and simple naming convention that makes your front-end co.. 2021. 7. 1. 이전 1 다음 728x90