Getting Started with JSX
const myComponent = <h1>Hello, I am sample JSX</h1>;
The above code snippet somewhat looks like HTML and it also uses a JavaScript-like variable but is neither HTML nor JavaScript, it is JSX.
What is JSX?
JSX (JavaScript XML), originally developed ...
rajsarkar.hashnode.dev5 min read