-
dan_abramov markdalgleish MarkFunk ryanflorence pshrmn As I see it, the core purpose of JSX is to provide HTML-like syntax, and the current Boolean shorthand is consistent with that.
-
dan_abramov markdalgleish MarkFunk ryanflorence pshrmn <Component {stuff}> vs <Component stuff> look obviously different, and the former looks like JS destructing shorthand. Seems natural to me.