Hacker News new | ask | show | jobs
by arvinsim 2532 days ago
I totally disagree. VueJS and AngularJS feel like PHP/ASP but I never got that feeling from JSX.
1 comments

I fail to see how proper component based frameworks, with clean separation of concerns, provide such experience.

JSX is the one mixing echo like statements with proper JavaScript.

That is pretty impossible since JSX is just JavaScript, including all of its scope separation. It might be that you're not well versed in using it.