Comment by joquarky
3 months ago
Knockout.js may be off the radar these days, but has robust handling for this.
Still the best framework I've ever worked with.
3 months ago
Knockout.js may be off the radar these days, but has robust handling for this.
Still the best framework I've ever worked with.
The downside of knockout was that it used proxies for change tracking, and you had to create those proxies manually, so you cannot have an object with a Number property, you had to have an object with a proxy function as a property.