--- layout: docs title: JSX description: How to use JSX. permalink: /docs/usage/jsx/ ---
6to5 has built-in support for React v0.12. Tags are automatically transformed
to their equivalent React.createElement(...) and
displayName is automatically inferred and added to all
React.createClass calls.