We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
작업할 경로 ex : src/modules/list
구현물의 기능 ex1 : 서버에서 데이터의 목록을 가져와 listItem component들의 props로 mapping 시켜준다. ex2 (PostListCard) : postCard의 데이터를 props로 받아 보여준다.
주의사항/사이드이펙트 (선택) 다른 컴포넌트나 파일들에 영향을 주는 변경점이 있다면 무조건 기술해야함.
The text was updated successfully, but these errors were encountered:
ybh1760
Successfully merging a pull request may close this issue.
작업할 경로
ex : src/modules/list
구현물의 기능
ex1 : 서버에서 데이터의 목록을 가져와 listItem component들의 props로 mapping 시켜준다.
ex2 (PostListCard) : postCard의 데이터를 props로 받아 보여준다.
주의사항/사이드이펙트 (선택)
다른 컴포넌트나 파일들에 영향을 주는 변경점이 있다면 무조건 기술해야함.
The text was updated successfully, but these errors were encountered: