Engineering

Our Engineering Team regularly share best practices, secret recipes, behind the hood, tutorials etc. from technologies we are working with or something interesting.

Mastering Global State with Zustand: Tips and Tricks

Zustand is a small, fast, and scalable state management solution for React. It is an excellent alternative to more complex state management libraries like Redux. Zustands's API is minimalistic, and it's highly performant, making it a good choice for managing global state in React applications.