JSX to tree DOM

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