HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
프로그래머스 프론트엔드 데브코스 2기
프로그래머스 프론트엔드 데브코스 2기
/
📓
기동팀
/
💪
기동팀(CheQuiz)
/
🌉
07.19 스크럼
🌉

07.19 스크럼

  • 스타일드 컴포넌트 컨벤션?
Styled Components
styled is a way to create React components that have styles attached to them. It's available from @emotion/styled. styled was heavily inspired by styled-components and glamorous. styled is very similar to css except you call it with an html tag or React component and then call that with a template literal for string styles or a regular function call for object styles.
Styled Components
https://emotion.sh/docs/styled
Styled Components

DID

  • frontend 배포 브랜치를 develop으로 변경

이슈

이슈 1

  • develop 브랜치에서는 잘 동작하던 main page random quiz 진입 로직이 main 브랜치에서는 동작이 안되는 문제
    • 원인
      • main 브랜치의 head가 develop 뒤에 있었다
    • 해결
      • rebase develop → git push main으로 해결

이슈 2

  • 실제 api 교체 작업에서 heroku로 요청 시 timeout error가 발생
    • 원인
      • 서버가 잠들어 있는 시간이 생각보다 크다
    • 해결

    TODO

    • 퀴즈 상세보기 ⇒ white space : break space 필요