Articles about typescript on Dévoreur 2 Code
Remove utility libraries such as Lodash
Discover how to reduce dependency on external libraries like Lodash to improve the performance and maintenance of your TypeScript code.
5/21/2024
Lists of objects in TypeScript : Intersection, Difference and Union
Discover how to efficiently compare arrays of objects in TypeScript by exploring the concepts of intersection, difference and union.
4/19/2024
Typescript : Taking advantage of utility types
Explore the types of TypeScript utilities for streamlining and optimizing code in your projects. Learn how to leverage these powerful tools to increase code productivity and efficiency.
1/3/2024
Handling complex types: Union, Intersection and Typeguards in TypeScript
Explore the subtleties of TypeScript's advanced handling of complex types such as unions, intersections and typeguards to enhance the robustness of your applications.
11/29/2023
TypeScript: types, interfaces and classes
Let's explore the basics of TypeScript, focusing on types, interfaces and classes. Learn how to use them to improve the robustness of your TypeScript code.
10/18/2023