List of Dévoreur 2 Code articles
Generic types with TypeScript
Learn how to master generic types in TypeScript to create flexible, reusable methods. Discover their syntax and benefits, and explore examples and best practices for writing robust TypeScript code.
7/12/2024
Managing a data store: combining the Context API and Redux Toolkit
Discover how to combine the Context API and Redux Toolkit for efficient and flexible data management in your React applications. Learn how to configure, integrate and optimize these tools for more maintainable, high-performance applications.
6/14/2024
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
Managing client-side data with localStorage and sessionStorage
How to take advantage of localStorage and sessionStorage to store client-side data.
3/28/2024