|
|
|
|
|
by brackenbury
4084 days ago
|
|
And what is it that you think is good in XAML? Two-way data binding? Angular and Ember tried that and are now moving away from it. XAML is poorly designed, especially those over-complicated data bindings. I prefer the jQuery way where the template just contains an id or class, then you set data from code, as opposed to the template trying to pull data. The template needs to be simple (since designers also have to edit it), and the intelligence should be in code. |
|
2) The options on Binding- one way, two way, etc
3) Element lifecycle events- HTML custom elements are a small step, but still missing so many
4) Extensible layout model.
5) Control Templates- shadow DOM is an attempt to do this, but is sub-par. Particularly in how styles and events are handled.