Added link to Babel to see JSX to HTML conversion (#35691)

This commit is contained in:
johncgenere
2019-03-27 07:02:01 -04:00
committed by The Coding Aviator
parent cde8516688
commit 78a4f45b0c

View File

@ -147,4 +147,5 @@ There you got it! We used JSX's map to convert a list of book details to HTML el
### More Information
- [Introducing JSX](https://reactjs.org/docs/introducing-jsx.html)
- [See JSX and HTML Equivalent Side-By-Side](https://babeljs.io/repl)
- [More Info On Using Maps](https://reactjs.org/docs/lists-and-keys.html)