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
컴포넌트 lazy 로딩 시 캐싱은 어떻게 하는지 궁금합니다.
컴포넌트를 레이지 로딩하고 이용자가 캐시가 삭제되지 않은 상태에서
다시 해당 컴포넌트를 호출하는 접근을 하면 매번 새로 부르는지,
아니면 캐싱되어 최초 로딩만 하고 이후에는 캐시에서 불러오는지 궁금합니다.
The text was updated successfully, but these errors were encountered:
SY-MOON
No branches or pull requests
컴포넌트 lazy 로딩 시 캐싱은 어떻게 하는지 궁금합니다.
컴포넌트를 레이지 로딩하고 이용자가 캐시가 삭제되지 않은 상태에서
다시 해당 컴포넌트를 호출하는 접근을 하면 매번 새로 부르는지,
아니면 캐싱되어 최초 로딩만 하고 이후에는 캐시에서 불러오는지 궁금합니다.
The text was updated successfully, but these errors were encountered: