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

[Step3] 3주차 : Observer 패턴 #9

Open
wants to merge 10 commits into
base: inust33
Choose a base branch
from

Conversation

nerdyinu
Copy link

@nerdyinu nerdyinu commented Nov 8, 2021

여러가지 중첩 객체를 observe 할 수 있는 방법을 시도해봤지만 잘 안됐네요. 참 아쉽지만, 제가 여러군데를 조사하면서 읽은 방법 중 가장 정답에 근접하다고 생각하는 방법으로 PR을 한번 올려보았습니다. 이 외에도 WeakMap등으로 프록시를 저장해서 하는 방법 등 여러가지 방법이 있는 것 같습니다. Vue에서는 이러한 중첩된 객체의 Proxy 부분을 어떻게 해결하고 있는지가 궁금합니다.

최적화 부분은 시간나는 대로 해서 올리겠습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant