TypeScript Articles, Tutorials & News

TypeScript 5.8 Beta

Today we are excited to announce the availability of TypeScript 5.8 Beta. To get started using the beta, you can get it through npm with the following command: npm install -D typescript@beta Let’s take a look at what’s new in TypeScript 5.8! Checked Retur…

Read more »

I Tried Creating a Native App in TypeScript

The story of how I tried and failed to compile a program in TypeScript to native code. This blog contains useful information on using Static Hermes in addition to details about shermes’ faults. Lastly this blog contains my thought processes and rants abo…

Read more »