New to Knockout. What is more maintainable and regarded as a better coding practice?
A) Should i create 1 large viewmodel and apply that binding to the entire dom?
B) Should i create many models and apply their binding to each element which needs that model?
I would create one master view model that creates other view models within it then do something like this once you’ve bound the master view model to the or whatever you’re binding to.
Hope that helps