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/#63 네이버 지도 API를 통해 도로명 주소를 필터링 검색창에 출력 #68

Merged
merged 7 commits into from
Nov 8, 2021

Conversation

JaeseokWoo
Copy link
Collaborator

recoil을 통해 도로명 주소를 저장하는 address atom 생성
location 상태값을 전달하는 Props drilling 제거

naver.maps.Service를 사용하기 위해 naver maps geocoder script 추가
위도, 경도 데이터를 주소로 변환한 후 저장하기 위해 address atom 추가
위도 경도 데이터로 도로명 주소로 변환한 후 address atom에 저장한 후 useRecoilState로 참조하여 사용
recoil 사용으로 인해 location 상태 값을 Props drilling으로 처리하는 로직 제거
검색바와 필터링 창을 합치면서 안 쓰는 Filtering Modal component 제거
@JaeseokWoo JaeseokWoo merged commit 801d5d6 into dev Nov 8, 2021
@JaeseokWoo JaeseokWoo deleted the feat/#63 branch November 10, 2021 01:33
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.

1 participant