TypeScript
TypeScript Generics: A Practical Guide With Real Examples
Generics separate TypeScript beginners from everyone else. Here are the patterns you'll actually reach for in real codebases, explained without the academic fluff.
2 articles found
Generics separate TypeScript beginners from everyone else. Here are the patterns you'll actually reach for in real codebases, explained without the academic fluff.
Closures clicked for me when I stopped reading definitions and started looking at code I'd already written. Turns out I'd been using them for years without knowing it. Here's how I'd explain them to someone on my team.