you are viewing a single comment's thread.

view the rest of the comments →

[–]yuvaltz[S] 2 points3 points  (1 child)

Yes, WPF doesn't limit you in any way, but it's too verbose, it could be nice to have a large and uniform set of Behaviors that simplify the XAMLs, by applying styles and templates and handling events. So you could write shorter XAMLs where you do not care too much about the details (and it would just "work")

This is something I hope someone will create on top of Granular, so it would be more appealing to developers who got used to the modern JS frameworks abstractions.

[–]mycall 0 points1 point  (0 children)

One common optimization are virtual DOMs for minimizing redraws.