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

Template Strings Without Braces #38

Closed jacobp100 closed 9 years ago

jacobp100 commented 9 years ago

Usually to use template strings, you’d have to wrap it in braces. Since template strings return strings, could we instead have:

<div className=`string-${localVariable}` />
sebmck commented 9 years ago

Duplicate of #25.