JSX to tree DOM June 28, 2020Reactadmin The idea is that Then JSX gets transpiled to Plain Javascript Objects using React.createElement(). Then it compiles those objects down to DOM elements.