26-08-2021
Frits van Campen
When writing Components for a web application you're going to have to deal with asynchronousness. If you're writing a custom hook to load data you will want to make sure it behaves as intended. This article covers some things we've learned about testing asynchronousness in React.
javascript TypeScript React tests EN
20 min.
Lees verder
Developer
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.
14-05-2020
Dennis Claassens
In this blogpost I would like to take you on my journey through TypeScript and React and share some really cool features and interesting gotcha's I found along the way.
js tsx React frontend front-end TypeScript EN
8 min.