JSX stands for JavaScript XML. JSX allows us to write HTML elements in JavaScript and place them in the DOM without any document.getElementById(), createElement() or appendChild() methods. JSX is faster than normal JavaScript language. JSX is used to...
prashanthandel.hashnode.dev1 min read
No responses yet.