What is JSX? JSX stands for JavaScript XML. JSX allows us to write HTML in React. JSX makes it easier to write and add HTML in React. JSX converts HTML tags into react elements. You are not required to use JSX, but JSX makes it easier to write ...
megha17.hashnode.dev2 min read
No responses yet.