-
Notifications
You must be signed in to change notification settings - Fork 3
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
Feat: home 페이지 구현 #63
The head ref may contain hidden characters: "feature/issue-42--Feat-Home-\uD398\uC774\uC9C0-\uAD6C\uD604"
Conversation
올바른 PR 형식올바른 PR 형식입니다. |
} | ||
|
||
/** | ||
* | ||
* @property width - px단위 | ||
* */ | ||
export default function Scrap({ isScraped = false, width }: ScrapProps) { | ||
export default function Scrap({ wasScraped = false, width }: ScrapProps) { |
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.
isScraped 가 wasScraped 로 변경된 이유가 useToggle 에 isScraped 때문인가요??
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.
😊
📌요구사항
📌작업 진행 상황 (에러, 막혔던 부분, 그외 궁금한것 등등)
home 페이지 구현
hotAndNewList.ts (home의 4가지 카테고리 관리) 생성
Card 컴포넌트 수정
Stack 컴포넌트 구현
📌스크린샷 / 테스트결과 (선택)
home_.mp4
📌이슈 번호
close #42