-
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
깔끔한 리액트 설계로의 길(Part8) React-Query #26
Conversation
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.
글 잘읽었습니다🫶
리액트 쿼리 기능을 잘 사용하여 불필요한 요청을 줄이고, 비즈니스 로직을 추상화하여 효율적인 어플리케이션을 빌드하는 방법에 대해서 배웠습니다~
Johannes Kettmann | ||
Updated On July 19, 2024 | ||
Keyword : **React**, **Refactoring**, **Component**, **React-Query** |
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.
제목이 없어용~
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.
혹시 글 제목이라면 맨 위에 있는게 맞을까요?!
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.
번역 제목이용!!
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.
번역한 제목 추가했습니당~
지난번 글에 이은 리액트 클린 코드 관련 글입니다. (이틀 전에 나온 따끈따근한 신상)
쉬울 수도 있지만, 저에겐 생각보다 다양한 코드 설계의 관점에서 배울 점이 있었습니다.
예를 들어 dto를 확실히 나누고 이를 쿼리 훅에서 조합하여 사용하는 부분, 에러나 로딩 상태를 통합하여 처리하는 부분은 인상 깊었습니다. 재사용성과 테스트 용이성이 높은 것 같네요. 이번 프로젝트에서도 참고해볼만한 것 같습니다.
그 외 지난 주 아티클의 원본 글 링크가 잘못되어 수정했습니다~