The list of articles from my blog - Page 2

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

Written by Fabien Schlegel

Fabien Schlegel

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

Written by Fabien Schlegel

Fabien Schlegel

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

Written by Fabien Schlegel

Fabien Schlegel

Managing client-side data with localStorage and sessionStorage

How to take advantage of localStorage and sessionStorage to store client-side data.

3/28/2024

Written by Fabien Schlegel

Fabien Schlegel

Atomic Design: Building modular interfaces

Discover how Atomic Design simplifies modular interface design. Practical guide and examples for developers.

2/7/2024

Written by Fabien Schlegel

Fabien Schlegel