What is JSX?
JSX or JavaScript XML is simply a syntax extension to JavaScript based on ES6. It allows us to write HTML in React (within JavaScript code) by converting HTML tags into React elements.
The official page says
JSX is a concise and familiar syntax for...
rohanjoby.hashnode.dev4 min read