Use these key steps to create strongly typed immutable records in TypeScript with Immutable.js.
Read more »
OverviewWithout further ado, this post is a minimal but complete TypeScript implementation of an ECS.Here’s a brief o... (more…)
Read more »
A monorepo is a single repository that is used to manage multiple projects. In this blog post, we’ll explore how to set up a simple monorepo for two npm packages. All we need is already built into npm and TypeScript. (more…)
Read more »
Types can be hard and this long-format essay tries to give a way of thinking about types and Typescript... (more…)
Read more »
lisp-interpreter - Embeddable lisp interpreter that implements call/cc, written in TypeScript.
Read more »