From 78a4f45b0c4355b9d35dd9427027bdfa84910fe0 Mon Sep 17 00:00:00 2001 From: johncgenere Date: Wed, 27 Mar 2019 07:02:01 -0400 Subject: [PATCH] Added link to Babel to see JSX to HTML conversion (#35691) --- guide/english/react/jsx/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/guide/english/react/jsx/index.md b/guide/english/react/jsx/index.md index eac5255e4e..74fcd508f3 100644 --- a/guide/english/react/jsx/index.md +++ b/guide/english/react/jsx/index.md @@ -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)