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)