wooorm / xdm

Just a *really* good MDX compiler. No runtime. With esbuild, Rollup, and webpack plugins
http://wooorm.com/xdm/
MIT License
595 stars 18 forks source link

Fix note in Preact needing `className` #70

Closed rschristian closed 3 years ago

rschristian commented 3 years ago

This comment that Preact expects className isn't true, nor has it ever been.

Preact works with both class and className with no functional difference between them. While we prefer that users use class, as that better follows the DOM spec, it's just our preference.

wooorm commented 3 years ago

Thanks!