Add JSX resource (#2714)

pull/2709/head^2
Shahriar Ahmmed 2 years ago committed by GitHub
parent c7db305fab
commit b77f2b2aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      content/roadmaps/103-react/content/100-react-fundamental-topics/101-jsx.md

@ -5,3 +5,4 @@ JSX stands for JavaScript XML. It allows writing HTML in JavaScript and converts
<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>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.w3schools.com/react/react_jsx.asp'>JSX in React on w3school</BadgeLink>
Loading…
Cancel
Save