Tag: typescript

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

To mutate, or immutate, that is the question

Dev

This is the second post in the not all compilers are created equal series, in which we compare TypeScript (TS) […]

Hernan Rajchert
Jun 13, 2019 ⋅ 9 min read

Why you should use CSS env()

Dev

Having difficulty keeping shared CSS and JavaScript values updated and in sync? Are you faced with seemingly random bugs when […]

Harry Nicholls
Apr 5, 2019 ⋅ 7 min read

TypeScript vs. PureScript

Dev

There are many ways to skin a cat, and for each one, there is a statically typed language that compiles […]

Hernan Rajchert
Mar 7, 2019 ⋅ 13 min read

How TypeScript breaks referential transparency

Dev

Have you ever factored out a constant in TypeScript, only to have the type checker start reporting some mysterious errors? […]

Dan Vanderkam
Jan 23, 2019 ⋅ 5 min read

How to limit frontend bugs

Dev

Bugs make our users unhappy and slow the development of our products down. The front end of our product is […]

Carl Rippon
Jan 16, 2019 ⋅ 6 min read

Using TypeScript transforms to enrich runtime code

Dev

When I started developing no one was talking about “compiling” their JavaScript sources. Everyone just wrote a couple of scripts […]

Florian Rappl
Jan 2, 2019 ⋅ 10 min read

A comprehensive look back at front end in 2018

Dev

Grab a coffee, settle in, and read slow. Our review doesn’t miss much.

Kaelan Cooter
Dec 28, 2018 ⋅ 11 min read

7 bad excuses for not using TypeScript

Dev

Typescript has come a long way since its inception over six years ago and is being adopted by leading web […]

Dmitry Pashkevich
Nov 24, 2018 ⋅ 7 min read