Hacker News new | ask | show | jobs
by zdragnar 3360 days ago
JSX is a macro (it's expended to plain JS at compile time). Almost every other major framework uses DSLs (strings are evaluated and transformed into code at run time).