-
Notifications
You must be signed in to change notification settings - Fork 2
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
[Feat] Map 컴포넌트 및 테스트 코드 구현 #154
Conversation
✅ Deploy Preview for moida ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for moida-ui ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
} | ||
}, [latitude, longitude, level]) | ||
|
||
return <MapContainer id="map" /> |
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.
외부 api를 사용할 때,
- class로 구현하거나
- method들을 리턴하는 훅으로 구현하는 경우를 종종 본 것 같아요.
고도화되면 사용해보고 피드백 남겨볼게요!
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.
네 좋아요! 저도 커스텀훅을 개인적으로 시도해봤어요
그 과정에서 설계에 대한 논의가 필요하다고 느꼈어요
"file-loader": "^6.2.0", | ||
"next": "12.2.5", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"recoil": "^0.7.5", |
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.
쿼리랑 리코일을 도입했군요! 모이다 본격적으로 시작이라는 느낌이 드네요.
📌 이슈
📝 설명
📷 스크린샷