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

태그 추가 - 상단 바 완료버튼 추가 #464

Open
sensecodevalue opened this issue Jun 27, 2022 · 2 comments
Open

태그 추가 - 상단 바 완료버튼 추가 #464

sensecodevalue opened this issue Jun 27, 2022 · 2 comments
Assignees
Labels
feat 새로운 기능 추가
Milestone

Comments

@sensecodevalue
Copy link
Collaborator

설명

할 일

  • [ ]
@sensecodevalue sensecodevalue added the feat 새로운 기능 추가 label Jun 27, 2022
@sensecodevalue sensecodevalue added this to the Sprint 6 milestone Jun 27, 2022
@sensecodevalue sensecodevalue self-assigned this Jun 27, 2022
@sensecodevalue
Copy link
Collaborator Author

생각해 보았는데 recoil을 사용하는게 가장 깔끔하게 진행될 수 있을 것으로 판단됩니다.

@sensecodevalue
Copy link
Collaborator Author

결론 recoil 사용보다는 구조적 변경이 가장 좋을 것을 생각합니다.
기존 TagForm 컴포넌트에 있던 아래의 로직을 위로 이관하고 내러주는 형태로 변경될 예정입니다.

if (!keyword) {
      if (!tags.length) {
        saveCreatedTag(keyword);
      } else {
        onSave(tags[0]);
      }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feat 새로운 기능 추가
Projects
None yet
Development

No branches or pull requests

1 participant