Everything you need to know about React JSX!
What is JSX?
JSX is a syntax extension for JavaScript. It was written to be used with React. JSX code looks a lot like HTML.
const jsx = <h1>Hello People</h1>
What type of weird code is this?π€ It has h1 tag of html and had const keyword which is u...
mantri.hashnode.dev2 min read
Makarand Mangaonkar
Informative!