6 ms·
Would you be able to use template strings inside the template if this was the case?
by Honzo 11y ago
Would you be able to use template strings inside the template if this was the case?
- k__ 11y agoGood point. Since JSX is just JavaScript, it doesn't have any problems with nesting.
- thomasfoster96 11y agoYes, template strings can be nested (well, they can using Babel).
- empyrical 11y agoThis works for me in the latest Chrome too: `${`test`}`