We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The text was updated successfully, but these errors were encountered:
feat #22: 언론사 그리드에 마우스를 올리면 구독 상태에 따라 구독 버튼 보여주기
d6ec142
- GridViewer 하위 컴포넌트 생성: Grid 컴포넌트 분리 - 재사용성을 위해 SubscribeButton 컴포넌트 분리 - 구독 언론사 리스트를 props로 전달한다.
feat #18, #22: 언론사 구독 해지 기능, 구독 상태 변경 시 리렌더링
7eed122
- 구독하기 버튼 클릭 시 해당 언론사의 구독 상태를 변경한다. - GridViewer 업데이트 로직 반영
refactor #22: 마우스 올린 경우에만 구독 버튼 Element 추가되도록 리팩터링
207fef3
- 불필요하게 미리 Element를 DOM에 추가하지 않는다.
No branches or pull requests
Refactor
The text was updated successfully, but these errors were encountered: