Y
Hacker News
new
|
ask
|
show
|
jobs
by
tpict
1685 days ago
JSX is syntactic sugar for `React.createElement(...)` (most commonly), so React pretty much
is
plain JavaScript.
1 comments
kall
1685 days ago
Yeah, It‘s my favorite templating abstraction because I could convert it by hand and so I don‘t really need to mentally model it as an additional layer.
link