-
Notifications
You must be signed in to change notification settings - Fork 0
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
Migrate course and project related blocks #50
Conversation
|
|
먼저 PR 올려주셔서 작업하는데 참고하고 있습니다! 혹시 custom translation hook 이 필요한 부분이 아닌 다른 부분에서 useTranslation hook 이 아니라 withTranslation HOC 을 사용한 이유가 있는지 궁금합니다! |
); | ||
}; | ||
|
||
export default withTranslation()(React.memo(CourseSimpleBlock)); |
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.
@useruseruse 이 부분을 말씀하신 거라면 원래부터 withTranslation()
을 사용하고 있어서 변경하지 않았습니다. 다른 부분을 말씀하신 거라면 혹시 인용해서 좀 더 자세히 설명해주실 수 있나요?
} | ||
|
||
/** | ||
* Component `CourseSimpleBlock` displays a brief overview of a course within the `CourseRelatedCoursesSubSection` on the `DictionaryPage`. |
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.
몇가지 제안 해보았습니다~ :)
00fd48e
to
76ae674
Compare
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.
LGTM
Description
@/components/blocks
중 4개 block을.tsx
로 전환하면서 다음 작업을 진행했습니다.useTranslatedString
hook을 사용하는 것으로 변경했습니다.Checklist