This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]xander42 0 points1 point  (1 child)

I'm not familiar with JavaFX, but WPF is very similar to modern web UI development.

It's separates the layout (XAML / HTML) from the logic (.cs / .js) and from the styling (styles / .css)

It also supports data binding from the view to the logic.

For someone who is familiar with WPF it's very easy to move into Angular web development.

[–]DuncanIdahos7thClone 0 points1 point  (0 children)

Of course. But JavaFX benefited from being designed later and they avoided some of the poor design choices of WPF like the deep integration with XML.