Why JSX?
JSX is an XML-like syntax extension to ECMAScript without any defined semantics. It's NOT intended to be implemented by engines or browsers. It's NOT a specification. It's intended to be used by various preprocessors (transpilers) to transform these ...
moracha.hashnode.dev2 min read