Skip to content

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