9 ms·
Do you think JSX is a separate language?
by hansifer 2y ago
Do you think JSX is a separate language?
- Tadpole9181 2y agoYes, JSX is a superset of JS and will not work in any tooling that is not explicitly JSX compatible. JS grammars will not parse it, it's not standard.