|
|
|
|
|
by mercer
3241 days ago
|
|
> Not sure that's true anymore with TypeScript. Excellent point, and one of the less-advertised benefits of using TypeScript. I tend to use Babel/Webpack in most of my projects, mostly because I have the time to waste on keeping up with the 'bleeding edge' and I kind of enjoy it (in perhaps a slightly masochistic way). That said, more than once I picked TypeScript for some project not primarily because of its main purpose, but rather because it offered a simple way to transpile 'ESNext' to ES5. Despite the fact that a basic Babel/Webpack setup is second nature to me now, it still feels easier to just use TypeScript to do all of it at once, and get types as part of the deal! |
|
Its all a win.