인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

beomjinlog's profile image
beomjinlog

asked

[Renewal] Creating NodeBird SNS with React

Understanding Re-Rendering

실무에서도 styled component를 해당 컴포넌트에 다 작성하나요?

Resolved

Written on

·

337

0

antd같은 ui 컴포넌트를 사용안하면 한 컴포넌트 안에서 styled component가 차지하는 코드량이 상당히 많을 것 같은데 실무에서도 styled component의 코드길이에 상관없이 해당 컴포넌트에 다 적는지 아니면 따로 폴더에 분리해서 import하는지 궁금합니다. 

reduxnodejsreactexpressNext.js

Answer 1

1

zerocho님의 프로필 이미지
zerocho
Instructor

보통 styles.ts 이런 파일에 분리해서 임포트합니다.

beomjinlog's profile image
beomjinlog

asked

Ask a question