Say I have a counter count = 2. For each count, I want
<div>
</div></div>
</div>
all of which will have bindings to another view model, of which, count is not a part. Is there no way apart from dumping all the VM specific code in one giant VM?
Nothing stopping you breaking your viewmodel up….. rather than 1 giant VM you have 1 root VM. Which then contains objects that relate to different parts of your view