-
Notifications
You must be signed in to change notification settings - Fork 1
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: 온보딩을 구현합니다 #444
feat: 온보딩을 구현합니다 #444
Conversation
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.
👍
} | ||
|
||
export function Steps({ current }: StepsProps) { | ||
const highlightText = (text: string, highlightTexts: string[]) => { |
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.
함수이므로 getHighlightedText
가 더 명시적이지 않을까요?
추가로 정규식 파싱에는 특수문자가 들어갔을 경우 종종 예상치 못한 에러가 발생합니다.
이 함수가 공통 함수로 분리될 가능성이 있으면 props로 받은 문자열에서 특수문자를 모두 치환해주는 작업이 추가로 필요할 것 같아요!
하지만 요 함수는 온보딩에서만 사용하는 함수이니 패스 💯
{ | ||
total: '수영 친구를 팔로우하고 응원을 주고받아요', | ||
highlight: ['수영 친구를 팔로우'], | ||
}, |
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와 이미지 데이터를 하나의 배열로 만들어도 될 것 같아요.
각각 따로 상수를 생성하신 이유가 있을까요?
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.
음 제가 놓친 부분인거 같아요!!
말씀하신대로 이미지도 같이 관리하는게 유지보수에도 더 좋을 것 같아요 ㅎㅎ
🤔 어떤 문제가 발생했나요?
🎉 어떻게 해결했나요?
📷 이미지 첨부 (Option)
default.mp4
default.mp4