Comment by owebmaster
Comment by owebmaster a day ago
JSX does not support any of these, it was coded by others.
tagged template literals can have all of these, some already exist¹ and doesn't need a build step.
1. https://marketplace.visualstudio.com/items?itemName=bierner....
The only inherent feature of JSX is compile time "parsing" whereas tagged literals inherently require runtime string parsing.
But yeah other than that you're right. I'm just talking about first-class VS Code support. Which to me means a lot.