|
|
|
|
|
by crubier
1253 days ago
|
|
Narrative violation: className and friends are NOT a React thing! They are a standard DOM property! https://developer.mozilla.org/en-US/docs/Web/API/Element/cla... The only "debatable" thing that React does is to use the names from the JS API in JSX (where some people would expect names from the HTML API because JSX looks like HTML) |
|
Also I had to laugh at the sibling replies:
> Narrative violation: className and friends are NOT a React thing!
> FWIW, the className prop is a React thing not a JSX thing
Don’t try to say it doesn’t cause confusion!