Hacker News new | ask | show | jobs
by Honzo 3993 days ago
Would you be able to use template strings inside the template if this was the case?
2 comments

Yes, template strings can be nested (well, they can using Babel).
This works for me in the latest Chrome too:

    `${`test`}`
Good point.

Since JSX is just JavaScript, it doesn't have any problems with nesting.