TypeScript Typelevel Tic-Tac-Toe: Overkill Edition

A fully functioning, dynamically sized, Tic Tac Toe Game with a UI, all on the typelevel. The TypeScript typesystem is very powerful! Read more

Similar

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 4.2

Today we’re excited to announce the release of TypeScript 4.2! For those who aren’t familiar with TypeScript, it’s an extension to JavaScript that adds static types and type-checking. With types, you can state exactly what your functions take, and what th... (more…)

Read more »