JSX in React
What is JSX?
It is a shorthand for JavaScript XML which is inlining XML and HTML in JavaScript.
JSX full form is JavaScript XML, which allows us to write HTML in React. JSX makes it easier for us to write and add HTML to React.
Rules For Writing ...
jeevanhenrydsouza.hashnode.dev6 min read