June 14, 2024 17:50 - 18:30
Describe me this TypeScript: a thousand and one uses for decorators
Decorators in TypeScript represent a powerful yet often underestimated feature: (almost) everyone uses them, (almost) no one knows how they work. Discover with us what decorators are, how to use them, and how they can improve our codebase. We'll use real-world development scenarios and best practices to show you how to leverage decorators and unlock their full potential. As a bonus, we'll present an example of a library implemented using decorators in TypeScript