Skip to content
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

5회차 과제 - 권예원 #8

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kyw2790
Copy link

@kyw2790 kyw2790 commented May 4, 2024

  1. 내가 개발한 기능

상품 클릭시 상품의 이름이 경고창에 뜰 수 있도록 하는 기능
onClick 기능

return문을 JSX를 사용하여 사용자엑에 보여질 UI를 정의해주는 부분

  1. 내가 개발할 때 유의 깊게 개발한 부분

map() 메서드를 사용하여 각 과일 객체를 JSX로 변환하여서 과일 이름 가격을 반복문처럼 나오게 만들었습니다.

  1. 내가 개발하면서 들었던 의문 사항

처음 onClick으로 이름을 클릭하였을 때 경고문에서 이름이 나오도록 설정하고 return문 앞에 있는 반복문 만들기 하였는데 react가 돌아가지않아 어려움을 겪었습니다.
운영진분께 도움 받아 return값을 반환하기위해 컴포넌트를 정의 받아야한다고 하여 수정완료하였습니다. => fuction App() 이고 변수이름을 정해줄때에는 대문자로 써주어야한다는 것도 알았습니다!

@kyw2790 kyw2790 changed the title HW_5 5회차 과제 - 권예원 May 4, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

App 함수 컴포넌트를 작성하여 React 앱을 잘 시작하고 목적에 맞게 다 잘 코드를 짜신것 같습니다!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants