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
기본 명세 사이트 : https://ko.legacy.reactjs.org/tutorial/tutorial.html#passing-data-through-props
참고자료 : https://initstory.tistory.com/43 https://ventos06.tistory.com/4
네번째 과제입니다. 리액트 컴포넌트 분리를 해봅시다.
필수 구현
src 폴더안에 components 라는 폴더를 만들어주세요. components라는 폴더에서 따로 파일을 생성해서 행을 렌더링 하는 부분을 분리합시다.
보너스 구현
props를 통해서 각 행이 어떤 데이터를 렌더링 할지 결정해 주세요. /main에서 props에 각기 다른 데이터를 넣어 서로다른 행 8개를 작성해보세요. 컴포넌트는 넘어온 데이터를 활용해 서로 다른 행을 그려야 합니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
기본 명세 사이트 : https://ko.legacy.reactjs.org/tutorial/tutorial.html#passing-data-through-props
참고자료 :
https://initstory.tistory.com/43
https://ventos06.tistory.com/4
네번째 과제입니다.
리액트 컴포넌트 분리를 해봅시다.
필수 구현
보너스 구현
The text was updated successfully, but these errors were encountered: