styled-components vs emotion 비교
React 프로젝트 시작에 앞서 많은 개발자들이 사용하고 있는 css-in-js 스타일링 방식인 styled-components 와 emotion 중에 선택해서 사용해보기 위해 글을 작성해 보았다. emotion 공식문서 : https://emotion.sh/docs/introduction styled-components 공식문서 : https://styled-components.com/docs 깃허브 styled-components https://github.com/styled-components/styled-components emotion https://github.com/emotion-js/emotion 트렌드 전반적인 다운로드 횟수는 @emotion/react < styled-components..