-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactor: Pages폴더 css/style 및 assets 분리 #40
Conversation
최대한 피그마 페이지에 구현되어 있는 것과 유사한 형태로 작성하도록 함 (아래)
이런 식으로 작성하도록 노력함
css 파일 분리는 mainpage 와 introducepage 를 제외하면 거의 없었음 |
일단 작업하느라 수고 많았고... 추가로 했으면 하는 것들 정리해둠
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이러한 형식의 파일 이름들 모두 camel case
로 변경
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
예시로 하나 적어줘
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Introduce_2.js
경우에는 IntroduceBenefit.js
으로 변경하고, components 폴더에 넣어서 관리하면 좋을 듯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
아니면 introduce page내 component니까 의미중복 고려해서 Introduce 빼고 Benefit.js
으로만 변경해도 이해하기 좋을듯
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pages/main_page/ApplyCardMain/MainApplyCard.css
-> src/pages/main_page/components/MainApplyCard.css
변경하여 page별로 코드 구조 일치
src/pages/. 아래에 있는 JS 파일에 style 태그로 지정되어 있는 style 을 css 파일로 분리
한 파일당 하나의 css 파일을 가지도록 하고, 최소한 하나의 폴더에 하나의 css 파일을 가지도록 함
src/pages/. 아래에 있는 font 와 image 를 assets/font/ 와 assets/images 아래폴더로 이동