This repository was archived by the owner on Apr 22, 2021. It is now read-only.

Description
First of all, supermodel is a really elegant library. I was hoping it would help take the place of backbone-relational in a knockback app I'm working on. However, because "nested data is used and removed with model.parse," it creates some difficulties. That's unfortunate when other libraries assume those nested collections will be attributes but perhaps that's the only way to achieve what supermodel is trying to achieve and there's no way around it.
Knockback does apparently have the ability to get pretty fancy with customizing how things get constructed in a kb.ViewModel so perhaps a workaround is possible. Does anyone have any experience making these libraries work together?