Introduction to JSX
Introduction to JSX
JSX is basically a syntax extension of regular JavaScript and is used to create React elements. These elements are then rendered to the React DOM.
Let us see a sample JSX code:
Why JSX?
It is faster than normal JavaScript as it ...
savvyshivam.hashnode.dev2 min read