26-06-2020
Matthijs Bon
So you have probably heard of TypeScript and the awesome features it brings, such as interfaces, variable typing and more. Maybe you have even heard of generics, and more advanced types, such as the Index Types and Mapped Types. In this blog I want to show you how advanced types helped us get better autocompletion in more complex situations.
TypeScript javascript front-end EN
6 min.
Lees verder
Developer
17-08-2017
Frits van Campen
We build modular web applications in JavaScript. To achieve modularity we need to enforce a limited scope. We take a look at how we approach exposing native functionality and specifically the case of event.stopPropagation().
javascript widgets EN
10 min.