Rajarshi Sarkarforrajsarkar.hashnode.netยทApr 10, 2023Getting Started with JSXconst 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 ...34 readsReact Basics: A Beginner's GuideReactAdd a thoughtful commentNo comments yetBe the first to start the conversation.