|
|
|
|
|
by deepstack
1473 days ago
|
|
Hmm, I think a long time ago (around 2005 or 2006) JSX was briefly considered to be party of ES standard. It didn't make it, and shortly after FB introduced React. Think it may have being easier if JSX is just included in ES as a standard. So yes and no, JSX introduced by FB via react is a just a syntax sugar, however the original JSX is a meant to be a ES standard, with each node as a tree structure. https://www.ecma-international.org/publications-and-standard... |
|
E4X was supported by Firefox for a while, but I think support was removed.