Y
Hacker News
new
|
ask
|
show
|
jobs
by
kamikaz1k
1206 days ago
Browser doesn't transpile, and if you're transpiling in the browser in your own JS, you're doing it wrong...generally
Point of transpiling is improving DX, so it has no business being done during users browser render.
1 comments
kldavis4
1206 days ago
Sorry - I miswrote that - I meant the browser directly compiling (JIT) typescript
link