# 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')