Add JSX introduction

pull/1657/head
Kamran Ahmed 2 years ago
parent f665dfb50b
commit 03405b9e0c
  1. 9
      content/roadmaps/103-react/content/100-react-fundamental-topics/101-jsx.md

@ -1 +1,8 @@
# Jsx
# JSX
JSX stands for JavaScript XML. It allows writing HTML in JavaScript and converts the HTML tags into React elements.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Introduction' href='https://reactjs.org/docs/introducing-jsx.html'>Introduction to JSX</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.freecodecamp.org/news/jsx-in-react-introduction/'>JSX in React – Explained with Examples</BadgeLink>

Loading…
Cancel
Save