JSX stands for JavaScript XML.
- JSX is syntax extension to JavaScript.
- It allows us to write HTML in React and place them in the DOM without any createElement() or appendChild() methods.
- JSX converts the HTML tags in React elements.
Real word project doneπ
sharcode calculators: https://sharcode.com/calculators/
Top comments (0)