Immutable.js Records in TypeScript

Use these key steps to create strongly typed immutable records in TypeScript with Immutable.js.

Similar

TypeScript 5.4 Beta

Today we are excited to announce the availability of TypeScript 5.4 Beta. To get started using the beta, you can get it through NuGet, or through npm with the following command: npm install -D typescript@beta Here’s a quick list of what’s new in TypeScri... (more…)

Read more »

A safe router for TypeScript

I've been making web applications for some time now and one thing that keeps annoying me is the use of magic strings for declaring and matching routes. Webapps are getting more and more complex and static typing is getting more and more traction as a too... (more…)

Read more »