What is JSX?
It is stands for JavaScript XML. Combination of JS and XML
Difference b/t XML and HTML:
in 'HTML' we will be using an attribute as "class",
in "XML" we will be using an attribute as "className".
all the events in 'html' we use in lowercase
ex: o...
reactjsbynitin.hashnode.dev2 min read