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

[Feat] Map 컴포넌트 및 테스트 코드 구현 #154

Merged
merged 7 commits into from
Oct 3, 2022
Merged

Conversation

seokzin
Copy link
Contributor

@seokzin seokzin commented Sep 28, 2022

📌 이슈

  • 미해결

📝 설명

  • Kakao 지도 API를 사용하여 Map 컴포넌트를 구현했어요.
  • 기본 로직만 구현한 후 개발이 어느 정도 됐을 때 고도화 할게요.

📷 스크린샷


@auto-assign auto-assign bot requested a review from devpla September 28, 2022 07:28
@netlify
Copy link

netlify bot commented Sep 28, 2022

Deploy Preview for moida ready!

Name Link
🔨 Latest commit 8b81ac5
🔍 Latest deploy log https://app.netlify.com/sites/moida/deploys/63369703257d8e0008ec475c
😎 Deploy Preview https://deploy-preview-154--moida.netlify.app/
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

@netlify
Copy link

netlify bot commented Sep 28, 2022

Deploy Preview for moida-ui ready!

Name Link
🔨 Latest commit 8b81ac5
🔍 Latest deploy log https://app.netlify.com/sites/moida-ui/deploys/633697034699670008d5e7af
😎 Deploy Preview https://deploy-preview-154--moida-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

}
}, [latitude, longitude, level])

return <MapContainer id="map" />
Copy link
Member

Choose a reason for hiding this comment

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

외부 api를 사용할 때,

  1. class로 구현하거나
  2. method들을 리턴하는 훅으로 구현하는 경우를 종종 본 것 같아요.

고도화되면 사용해보고 피드백 남겨볼게요!

Copy link
Contributor Author

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",
Copy link
Member

Choose a reason for hiding this comment

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

쿼리랑 리코일을 도입했군요! 모이다 본격적으로 시작이라는 느낌이 드네요.

@seokzin seokzin merged commit 9c044c7 into dev Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants