Skip to content

Support for nested models and collections #3

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

mikeapr4
Copy link
Owner

  • Deep nested enhanced proxy interface for model/collection hierarchy
  • Nested data made reactive for a Vue instance up to recursion. This means that A->B->A won't be reactive within a single component, but that if A->B happens in one component, and a child of that component does B->A, that will be reactive. Very unlikely that someone would come across this scenario really, but it does exist.
  • Top-level model relational changes are reactive.

Work Remaining:

  • Relational collection changes aren't reactive, this is because only the top-level model/collection is bound to a Vue component.

@coveralls
Copy link

Coverage Status

Coverage decreased (-14.0%) to 86.034% when pulling c11a5ed on enhancement/backbone-associations into 4eaaaaa on master.

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

Successfully merging this pull request may close these issues.

2 participants