2022-11-28
|~3 min read
|432 words
I’ve been working on mastering generics for a few years at this point. While I’m making progress, it’s certainly still a work in progress…
2022-11-28
|~5 min read
|870 words
Recently, I needed the ability to track which items within a collection had been selected. As I thought about the problem, it felt like a…
2022-11-28
|~4 min read
|686 words
When does it make sense to use a Generic in a Typescript type? How do you create a type that takes a Generic? I’ve read through the…