# jsx
Most React developers use a special syntax called “JSX” which makes these structures easier to write. The
syntax is transformed at build time to React.createElement('div')
Most React developers use a special syntax called “JSX” which makes these structures easier to write. The
syntax is transformed at build time to React.createElement('div')