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
"Trello"와 "조엘 온 소프트웨어"로 유명한 소프트웨어 엔지니어 Joel Spolsky가 제안한 법칙입니다.
"모든 중요하지 않은 추상화는 어느 정도 누출된다" 누출된 추상화는 복잡성을 줄이거나 숨기기 위해 기본 세부 정보가 완전히 숨겨지지 않은 구현된 추상화를 의미합니다.
변경(mutation)된 HOC는 누출된 추상화(leaky abstraction)입니다. Consumer는 다른 HOC와의 충돌을 피하기 위하여 어떻게 구현되어있는지 반드시 알아야 합니다. by react
참고)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
누출된 추상화 (Leaky abstraction)
"Trello"와 "조엘 온 소프트웨어"로 유명한 소프트웨어 엔지니어 Joel Spolsky가 제안한 법칙입니다.
리액트 컴포넌트 예시
누출된 추상화 대응하기
참고)
The text was updated successfully, but these errors were encountered: