Internal reactive state management library for @dnd-kit, built on Preact Signals.
Note: This is an internal package used by
@dnd-kit/abstractand the framework adapters. You generally don't need to install or use it directly.
Provides fine-grained reactivity primitives that power the core drag and drop state:
- Signals —
signal,computed,ReadonlySignal - Effects —
effect,effects,batch,untracked - Decorators —
reactive,derived,enumerablefor class-based reactive properties - Utilities —
deepEqual,snapshot,WeakStore,ValueHistory