Y
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
thomasfoster96
3993 days ago
Yes, template strings can be nested (well, they can using Babel).
link
empyrical
3993 days ago
This works for me in the latest Chrome too:
`${`test`}`
link
k__
3993 days ago
Good point.
Since JSX is just JavaScript, it doesn't have any problems with nesting.
link