Skip to content
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

[코드 스플리팅] 컴포넌트 lazy 로딩 시 캐싱은 어떻게 하는지 #99

Open
snowjang24 opened this issue Dec 10, 2020 · 0 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@snowjang24
Copy link
Member

컴포넌트 lazy 로딩 시 캐싱은 어떻게 하는지 궁금합니다.

컴포넌트를 레이지 로딩하고 이용자가 캐시가 삭제되지 않은 상태에서

다시 해당 컴포넌트를 호출하는 접근을 하면 매번 새로 부르는지,

아니면 캐싱되어 최초 로딩만 하고 이후에는 캐시에서 불러오는지 궁금합니다.

@snowjang24 snowjang24 added the help wanted Extra attention is needed label Dec 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants