sentience’s avatarsentience’s Twitter Archive—№ 17,133

    1. …in reply to @dan_abramov
      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.
  1. …in reply to @sentience
    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.