HTML → JSX
Handles what actually breaks: class and for renamed, style strings turned into objects, void tags self-closed, SVG's stroke-width family camelCased — while data-* and aria-* stay hyphenated, because JSX wants them that way.
JSX out
Handles what actually breaks: class and for renamed, style strings turned into objects, void tags self-closed, SVG's stroke-width family camelCased — while data-* and aria-* stay hyphenated, because JSX wants them that way.