Hacker News new | ask | show | jobs
by _pmf_ 3269 days ago
Why not? JSX paved the way for the successful return to PHP3 style development.
1 comments

It also paved the way for a clean and modern MVVM pattern usage.
WPF is clean. QML is clean. React is not.
So you can tell me why it isn't, then? I don't see WPF being as clean as React is. It uses tons of magic strings in XAML files. JSX properties are expressions and thus can be statically typed. QML is almost the same, just a little different syntax, but I don't see any difference that would make it cleaner than React.