Skip to content

💄style : Home css#8

Open
SoJeongMun wants to merge 13 commits intomasterfrom
feature/style
Open

💄style : Home css#8
SoJeongMun wants to merge 13 commits intomasterfrom
feature/style

Conversation

@SoJeongMun
Copy link
Copy Markdown
Owner

✅ PR 체크리스트

  • 코드 스타일 가이드 규칙을 준수했어요.

PR 타입

설명하실 변경 사항은 어떤 종류인가요?

  • 버그 수정
  • 기능 추가
  • 코드 스타일 업데이트
  • 기타

이슈 번호 : #8

해당 PR이 프로젝트에 큰 영향이 있나요?

  • Yes
  • No

작업 내용

  • 메인 홈의 스타일링 작업을 진행했습니다.

추가 설명

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

styled-components 같은 CSS-in-JS에 대해 어떻게 생각하시나요? 저는 처음 리액트를 쓸 때 써보면서 오히려 파일 별로 관리하는 게 중복이 많이 일어난다는 생각이 들었는데요. 테일윈드랑 비교해서 어떠신지 궁금해요!

Copy link
Copy Markdown
Collaborator

@raymondanythings raymondanythings left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

스타일쪽 변화가 많은 것 같네요! 내일 작동하는거 실제로 볼 수 있으면 좋을 것 같아요

Comment thread src/routes/Profile.js
console.log(doc.data())
})
setMySweet(queryResult.docs.map((doc) => doc.data()))
const mySweets = queryResult.docs.map((doc) => ({
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

직전 코드 보다는 좋습니다.
추가적으로 optional 만 더 해주면 더 좋아보입니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants