List of Dévoreur 2 Code articles
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

Read More 11 min
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

Read More 7 min
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

Read More 9 min
Managing client-side data with localStorage and sessionStorage
How to take advantage of localStorage and sessionStorage to store client-side data.
3/28/2024

Read More 4 min
Atomic Design: Building modular interfaces
Discover how Atomic Design simplifies modular interface design. Practical guide and examples for developers.
2/7/2024

Read More 6 min