-
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: 커뮤니티 리스트에 사용되는 FeedCard 구현 #1037
Conversation
🚀 프리뷰 배포 확인하기 🚀 |
import dayjs from 'dayjs'; | ||
import relativeTime from 'dayjs/plugin/relativeTime'; | ||
|
||
dayjs.locale('ko'); |
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.
@Tekiter 네네 문제없습니다! app.tsx에 한번만 적어줘서 어떤 페이지에서든 사용하게 할 수도 있긴 한데, 플러그인들 그리 자주 사용하진 않을 거같아서 사용하는 곳에서 불러오도록 했어용
🤫 쉿, 나한테만 말해줘요. 이슈넘버
🧐 어떤 것을 변경했어요~?
src/feed/FeedCard
이고, 상세에 사용되는 친구는src/feed/DetailFeedCard
입니당🤔 그렇다면, 어떻게 구현했어요~?
❤️🔥 당신이 생각하는 PR포인트, 내겐 매력포인트.
📸 스크린샷, 없으면 이것 참,, 섭섭한데요?
2023-11-04.8.15.26.mov