JSX vs HTML - differences in syntax
JSX is a template language used for building web applications in React. At first glance, it looks very similar to HTML, but the two couldn’t be more different. While it looks like a markup language on the surface, JSX is ultimately ‘translated’ to a ...
interreactive.hashnode.dev5 min read