What is JSX?
A preprocessor that lets you include JavaScript logic and syntax in the render function in the form of XML.
A preprocessor that lets you include JavaScript logic and syntax in the render function in the form of HTML.
A preprocessor that lets you include JavaScript logic and syntax anywhere in your app in the form of XML.
A preprocessor that lets you include JavaScript logic and syntax in the anywhere in your app in the form of HTML.