DEV Community

Md Shah Jalal
Md Shah Jalal

Posted on • Updated on

What is JSX? How does it work?

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/

Latest comments (0)