|
|
|
|
|
by hasenj
4959 days ago
|
|
Knockout, while it seems magical at first, is actually not so hard to reason about. It's not really a "blackbox". It's quite easy to understand and extend too. For instance, you can create your own custom bindings: http://knockoutjs.com/documentation/custom-bindings.html This is about the only place where it gets low and dirty and involves you writing DOM manipulation code. |
|
It was much more pleasurable to work with when it was no longer magical.