Skip to main content
- JSX stands for JavaScript XML.
- Before JSX, it was impossible to write HTML inside JS.
- Using JSX, we can write JavaScript and HTML together. It means we can write HTML inside JS.
- Easy
- In React, all components follow JSX Structure.
Comments
Post a Comment