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

댓글+모달+UI 관련 코드들 리팩터링 #76

Open
seung-00 opened this issue Nov 6, 2021 · 0 comments
Open

댓글+모달+UI 관련 코드들 리팩터링 #76

seung-00 opened this issue Nov 6, 2021 · 0 comments
Assignees
Labels

Comments

@seung-00
Copy link
Contributor

seung-00 commented Nov 6, 2021

댓글, 대댓글 CRUD 할 때 다수의 버튼 이벤트 핸들러에 들어갈 요청 코드UI 로직들(예를 들어 삭제 후 인풋 값을 지워준다든지) 그리고 모달 관련 로직들 은 상태가 많고 서로 얽혀있기 때문에 분리가 어려운 상태다.
현재는 ...CommentContainer 라는 레이어에 이런 상태들을 저장해놓고 UI 에 꽂아주고 있는데

  1. 인자가 많으며 2. 컴포넌트간 중복 코드도 존재한다 (Idea, Side, Nested ... )
    리덕스로 이런 문제들을 해결할 수 있지 않을까? 추후 리팩터링을 고려해보자.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant