Closed
Description
can we have this syntax?
<div [onClick,className]>clicker 1</div>
would be shorter version to
<div {...{onClick,className}}>clicker 1</div>
relevant: https://stackoverflow.com/questions/64700558/most-concise-way-to-pass-props-to-a-react-component