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
Modal을 열면 전체 페이지가 리렌더링되는 문제 해결 필요
문제 상황 : 단순히 Modal을 열었을 뿐인데 전체 페이지 Rerendering 발생
예상 원인 :
Context API를 적용하면서 한 Context에서 모든 상태를 관리
modalOpen 상태가 변경되면 의존성 배열에 포함된 나머지 상태도 업데이트됨
해당 상태를 참조하는 모든 컴포넌트에서 리렌더링 발생
해결 방법(예상) :
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Modal을 열면 전체 페이지가 리렌더링되는 문제 해결 필요
문제 상황 : 단순히 Modal을 열었을 뿐인데 전체 페이지 Rerendering 발생
예상 원인 :
Context API를 적용하면서 한 Context에서 모든 상태를 관리
modalOpen 상태가 변경되면 의존성 배열에 포함된 나머지 상태도 업데이트됨
해당 상태를 참조하는 모든 컴포넌트에서 리렌더링 발생
해결 방법(예상) :
The text was updated successfully, but these errors were encountered: