⚛️ Build a Simple Todo App with React Store - a Tiny React State Manager
State management in React can sometimes feel like overkill. Whether you're reaching for Redux, Zustand, or Jotai, you might be introducing complexity when all you need is a minimal way to share state globally across components. That’s where @odemian/react-store shines — a tiny, typed, selector-based, and dependency-free global state library powered by useSyncExternalStore. In this article, we’ll walk through how to build a clean, performant Todo App using @odemian/react-store in just a few minutes.

State management in React can sometimes feel like overkill. Whether you're reaching for Redux, Zustand, or Jotai, you might be introducing complexity when all you need is a minimal way to share state globally across components.
That’s where @odemian/react-store
shines — a tiny, typed, selector-based, and dependency-free global state library powered by useSyncExternalStore
.
In this article, we’ll walk through how to build a clean, performant Todo App using @odemian/react-store
in just a few minutes.