-
Notifications
You must be signed in to change notification settings - Fork 0
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: set like api at map page and remove legacy #75
Conversation
The latest updates on your projects. Preview: https://vitamin-c-4otsaytrh-poiu694s-projects.vercel.app
|
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.
낙관적 업데이트는 isLike
를 state로 관리하고, handleClick
이 실행될 때 바로 isLike
의 상태를 변경해준 후, api 호출이 실패하면 catch 문에서 isLike
의 상태를 원상복구해주면 될 것 같아요~!
The latest updates on your projects. Preview: https://vitamin-c-bxizexgil-poiu694s-projects.vercel.app
|
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.
Description
지도 페이지 내 좋아요 기능과 사용하지 않는 부분 제거
To Reviewers
Checklist
feat: add login page
)