Svelte and TypeScript – Together at Last

I’ve been using Svelte for about 6 months now, and the worst bit has always been the lack of TypeScript support – but it’s finally here! This post shows you how to get started using my two favourite web technologies together. Read more

Similar

Demystifying a TypeScript Quirk

I recently read Asana's blog post on TypeScript quirks and took particular interest in the first TypeScript quirk they mention. While it may seem like an inconsistency, the way the type system behaves here is entirely logical. (more…)

Read more »

TypeScript Without Compilation

Typescript Without Compilation Hi, in this post I will show how to use Typescript with static typings without needing a build step. I have also implemented this in my project SwordCSS. Installation We still need to install and configure Typescript th... (more…)

Read more »

TypeScript Magic

At Artsy, we love TypeScript. We use it in most of our node/web/mobile repos. Today, I want to talk about a specific case we found while trying to ... (more…)

Read more »