Hacker News new | ask | show | jobs
by indeyets 617 days ago
JSX is not a templating language. It is a functional DSL
1 comments

It’s not a DSL. It’s an extension to JS to write HTML like code to describe a UI. It’s basically glorified templating.
No, jsx is an ergonomic mechanism for describing a hierarchy of deferred function calls
lol no.