4 NEW TypeScript 5.5 Features! (Дата оригинальной публикации: )

TypeScript Simplified Course: TypeScript 5.5 just released and it has a ton of new features, but there are 4 big ones that really stand out to me. By far the biggest is that now TS will properly filter the type of arrays when you use the filter function. This used to be a huge pain to type before, but is now trivial. In this video I talk all about this new feature as well as the 3 other big new changes to TypeScript. 📚 Materials/References: TypeScript Simplified Course: New Set Methods Video: 🌎 Find Me Here: My Blog: My Courses: Patreon: Twitter: Discord: GitHub: CodePen: ⏱️ Timestamps: 00:00 - Introduction 00:33 - Array Filter Fixes 02:05 - Object Key Inference Fixes 03:18 - Regular Expression Features 04:35 - Set Methods #TS #WDS #TypeScript
Back to Top