State management in Twenty codebase - Part 1.2
Inspired by BulletProof React, I applied its codebase architecture concepts to the Twenty...
Tag archive
Inspired by BulletProof React, I applied its codebase architecture concepts to the Twenty...
Redux has 27 files for a counter app. Zustand simplified it. Jotai made it atomic. Jotai is a...
Global state doesn't have to be global. Jotai gives you atoms — tiny pieces of state that compose...
Jotai takes an atomic approach to React state — bottom-up, composable, and incredibly efficient. No...

Explore modern atomic state management libraries — Zustand, Jotai, and Recoil — and learn when to choose each for your next React project.
Explore modern atomic state management libraries — Zustand, Jotai, and Recoil — and learn when to choose each for your next React project.

Atom-Based Architecture ⚛️ Jotai’s architecture is based on the concept of atoms, where we...
Introduction State management is one of the main challenges in developing React...
Jotai: A Primitive and Flexible State Management Library for React Jotai is a minimalistic...
This guide covers: Basic Atoms Dependent Atoms Async Atoms with loadable Scoped Providers Accessing...

Building a React Native app from scratch can be daunting. To streamline this process, we present a...

Since I am building shadcn-ui/ui from scratch and also documenting how to do so alongside, I am aware...