Jan 5 · 5 min read · This post explores an alternative to reducers in React to manage non-trivial local state though the use of Quiddiny: a local first state management package. Choosing Local State Intentionally In React, there are many state management libraries availa...
Join discussion
Sep 22, 2025 · 15 min read · Modern web applications are complex beasts. They manage user authentication, shopping carts, real-time notifications, form data, and countless other pieces of information that need to be shared, updated, and synchronized across different parts of the...
Join discussion
Sep 10, 2025 · 5 min read · The Problem with State React made building UIs feel like LEGO. You click components together and things just… work. Until your app grows. Suddenly: Your “little“ prop turns into a prop ladder. One modal wants to know about another modal. Your frie...
Join discussion
Jul 20, 2025 · 11 min read · A comprehensive guide to choosing the right state management solution for your React applications 🎯 Introduction State management is the backbone of any React application. With so many options available, choosing the right one can be overwhelming. ...
Join discussion
May 4, 2025 · 3 min read · Imagina que un usuario introduce preferencias o configura una opción en tu app, pero al reiniciarla, todo se pierde. Esto genera una mala experiencia y puede hacer que los usuarios abandonen la aplicación. Existen muchas soluciones para manejar la pe...
Join discussion
Apr 24, 2025 · 3 min read · In this article, we review Jotai usage in Docmost. We will discuss the following: What is Jotai? Jotai usage in Docmost. What is Jotai? Jotai takes an atomic approach to global React state management. Build state by combining atoms and renders a...
Join discussionApr 13, 2025 · 6 min read · State management remains one of the most discussed challenges in modern web development. As our applications grow in complexity, managing state across components becomes increasingly difficult. While there are numerous solutions on the market—Redux, ...
Join discussionDec 27, 2024 · 3 min read · Managing state in React applications has always been a hot topic. From Redux to Context API, developers constantly seek tools that balance simplicity and scalability. Jotai, a lightweight, flexible state management library that simplifies how you han...
Join discussion
Nov 16, 2024 · 5 min read · React state management has evolved significantly over the years, from the simple useState hook to complex state management libraries. Today, let's explore Jotai, a primitive and flexible state management library that brings an atom-based approach to ...
Join discussion