facebook / jsx

The JSX specification is a XML-like syntax extension to ECMAScript.
http://facebook.github.io/jsx/
1.96k stars 133 forks source link

Support numeric attribute values #64

Open syranide opened 7 years ago

syranide commented 7 years ago

It seems like such an obvious thing, but is there a specific reason why we still don't support <Foo bar=2 />? It is trivial to support and it would make it more natural to provide numbers where numbers are expected.