diff --git a/content/roadmaps/103-react/content/100-react-fundamental-topics/101-jsx.md b/content/roadmaps/103-react/content/100-react-fundamental-topics/101-jsx.md index 1baa3ba13..1d326b7ea 100644 --- a/content/roadmaps/103-react/content/100-react-fundamental-topics/101-jsx.md +++ b/content/roadmaps/103-react/content/100-react-fundamental-topics/101-jsx.md @@ -1 +1,8 @@ -# Jsx \ No newline at end of file +# JSX + +JSX stands for JavaScript XML. It allows writing HTML in JavaScript and converts the HTML tags into React elements. + +Free Content +Introduction to JSX +JSX in React – Explained with Examples +