Tag: typescript

Discussing the over-engineering trap in TypeScript

Dev

In this article, we will go through the advantages and disadvantages of using TypeScript. This will give us a better idea of when to avoid over-engineering in TypeScript.

William Lim
Apr 21, 2020 ⋅ 6 min read
How to Set Up and Code Nuxt.js Apps Fully in TypeScript

How to set up and code Nuxt.js apps fully in TypeScript

Dev

Learn how to build a Nuxt.js application completely in TypeScript using both official and third-party libraries to help reduce bugs and facilitate collaboration among developers.

Preetish HS
Mar 17, 2020 ⋅ 8 min read
A blog post describing why TypeScript enums aren't valuable.

Why TypeScript enums suck

Dev

This post provides an overview of common mistakes people make when using TypeScript enums.

Aaron Powell
Mar 17, 2020 ⋅ 5 min read

Code splitting React components with TypeScript and NO Babel

Dev

In the React ecosystem, tools like loadable-componets add a much simpler veneer of sanity around dynamic imports.

Paul Cowan
Mar 12, 2020 ⋅ 5 min read

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