What is JSX?
JSX looks similar to HTML, but it is not HTML. It is a syntax extension for JavaScript, which means it gets compiled into regular JavaScript code by a transpiler(Babel) before executing it in the browser.
It was developed by Facebook as a way to make...
iamsaqib.hashnode.dev2 min read