Angular recently released version 17. We'll take a look at the APIs that were introduced in this and previous major versions and how well they play with TypeScript.
Hey, I'm Sandro
I'm an experienced Frontend Developer based in Switzerland. I love coding, writing and cats 🐈
Angular recently released version 17. We'll take a look at the APIs that were introduced in this and previous major versions and how well they play with TypeScript.
Let's talk about hooks that are not just used by component but use components themselves. This lets us co-locate state and UI.
In this article we'll learn how to write component stories in uncontrolled and controlled mode, that properly work together with args and controls in Storybook.
Polymorphic React components are very common and useful, but also tricky to implement and limited in what type-safety they provide. We'll talk about the problems and see an alternative approach using an asChild prop.