#typescript

Found 32 articles tagged with #typescript

Before Migrating to TypeScript

Things I wished I knew before migrating from JavaScript to TypeScript in complicated projects.

JavaScript Transpilers

Transpilers in JavaScript are source-to-source compilers that can transform syntax and polyfill features, allow developers to write future facing code.