How React JSX Works Under The Hood

Let’s address the quirks and caveats

Bikash Paneru
Better Programming
Published in
6 min readJun 23, 2021

--

Image by @thevanegmond on Unsplash, edited by author

React has been around for a long time now. It also brought JSX along with it, a core part of React development. At first glance, JSX looks pretty similar to HTML. However, JSX is actually closer to JavaScript than it is to HTML. Here, we will take a look under those familiar HTML-like tags.

--

--