You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the page where the JSX spec is discussed, they have a whole paragraph on why template literals are a bad idea. Long story short, your code gets very complex very quickly and is hard to follow. [0]
In general TypeScript always had the philosophy that all JavaScript is valid TypeScript, so our implementation of the JSX support should follow that philosophy and not force users to convert all their code.
Evangelism
The text was updated successfully, but these errors were encountered: