Tag: typescript

What’s new in TypeScript 3.8

Dev

Typescript 3.8 was released on February 20th, 2020. This version includes changes to the compiler, performance, and editor.

Esteban Herrera
Mar 11, 2020 ⋅ 6 min read

How to set up your Gridsome app to use TypeScript

Dev

Gridsome is a framework built atop the Vue.js framework (yes, you heard that right. It’s a framework of a framework).

Anjolaoluwa Adebayo-Oyetoro
Feb 26, 2020 ⋅ 4 min read

A late adopter’s guide to TypeScript

Dev

Today, I’m full-on sold on TypeScript. I’m what you’d call a late adopter of these weird, yet wonderful type definitions people kept hassling me about. If you’re still unsure if types are for you – let me tell you a bit about the reasons that made me fall in love.

Kristofer Selbekk
Feb 19, 2020 ⋅ 5 min read
Integrating Web Workers In A React App With Comlink

Integrating web workers in a React app with Comlink

Dev

Web workers are notoriously difficult to interact with, but Comlink makes the process much more elegant.

John Reilly
Jan 28, 2020 ⋅ 6 min read

Is TypeScript worth it?

Dev

I am, for the most part, a TypeScript fan but I do have some nagging doubts that I would like to discuss in this post.

Paul Cowan
Jan 15, 2020 ⋅ 4 min read
TypeScript

Safer code with container types (Either and Maybe)

Dev

Learn how to deal with the concept of emptiness more easily in TypeScript with container types Either and Maybe.

Joan Llenas
Dec 26, 2019 ⋅ 11 min read
Building A Full Mobile App With TypeScript, Ionic, React, And Mobx

Building a full mobile app with TypeScript, Ionic, React, and MobX

Dev

Take Ionic’s new React integration for a spin by building a full mobile app alongside TypeScript and MobX.

Foysal Ahamed
Dec 18, 2019 ⋅ 25 min read
Using TypeScript to stop unexpected data from breaking your app

Take control of unexpected data at runtime with TypeScript

Dev

The TypeScript compiler helps guarantee runtime safety and saves you from having to validate everything with tests or manually in a UI, which ultimately saves you time.

Matias Klemola
Dec 3, 2019 ⋅ 13 min read
The Introductory Guide To AssemblyScript

The introductory guide to AssemblyScript

Dev

AssemblyScript provides a way to get around the steep learning curve for WebAssembly.

Danny Guo
Nov 5, 2019 ⋅ 6 min read

New in TypeScript 3.7

Dev

I have waited a long time for these changes, and I think the TypeScript official announcement does its usual job of underselling the great new features.

Paul Cowan
Oct 15, 2019 ⋅ 3 min read

Building reusable web components with Stencil.js

Dev

Stencil is well developed, well documented, battle-tested, backed by a big company, aligned with standards, and is very easy to learn.

Vlado Tesanovic
Oct 14, 2019 ⋅ 11 min read
Writing Idiomatic TypeScript

3 rules for writing idiomatic TypeScript

Dev

Stop writing TypeScript like you’re writing JavaScript.

Ovie Okeh
Sep 5, 2019 ⋅ 8 min read