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

77-feature/PDetailReviewForm 컴포넌트 구현 #110

Merged
merged 16 commits into from
Oct 1, 2024

Conversation

bluedog129
Copy link
Collaborator

@bluedog129 bluedog129 commented Sep 30, 2024

📝 Summary

리뷰 작성 및 수정가능한 컴포넌트인 PDetailReviewForm을 구현했습니다.

✨ Changes

  • 최대한 useState, onChange 등의 기능을 사용하지 않고, useRef와 DOM 접근 함수를 사용해봤습니다.

🖼️ Screenshots

2024-10-01.3.10.46.mov

✅ PR Checklist

  • 하나의 목적을 가진 PR입니다.
  • 코딩 컨벤션과 스타일 가이드를 준수합니다. 📌Conventions
  • 불필요한 코드 중복이 없습니다.
  • 컴포넌트의 책임이 단일합니다.
  • 리액트 훅을 올바르게 사용했습니다.
  • 민감한 정보를 포함하지 않았습니다.
  • 불필요한 콘솔 로그나 주석을 포함하지 않았습니다.
  • 컴포넌트 key값에 고유한 값을 할당했습니다.

🔗 References

💬 Comments

  • 최대한 useRef로 해결해보려 했는데 효율적이지 않는 코드가 있다면 언제든 말해주세요

@bluedog129 bluedog129 self-assigned this Sep 30, 2024
@bluedog129 bluedog129 linked an issue Sep 30, 2024 that may be closed by this pull request
@bluedog129 bluedog129 merged commit 70f56f3 into main Oct 1, 2024
@bluedog129 bluedog129 deleted the 77-feature/PDetailReviewForm branch October 1, 2024 06:13
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.

🎯[Feature] PDetailReviewForm 컴포넌트 구현
3 participants