Y
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
pjmlp
2532 days ago
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.
link
TomMarius
2524 days ago
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.
link
JSX is the one mixing echo like statements with proper JavaScript.