ReactJS Tutorial - 8 - JSX
Facebook - https://www.facebook.com/codevolutionweb
Github - https://github.com/gopinav
Business - [email protected]
JavaScript XML (JSX) is an extension to the JavaScript language syntax. With React, it's an extension to write XML-like code for
elements and components. And just like XML, JSX tags have a tag name, attributes, and children.