Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

@dnd-kit/state

Stable release

Internal reactive state management library for @dnd-kit, built on Preact Signals.

Note: This is an internal package used by @dnd-kit/abstract and the framework adapters. You generally don't need to install or use it directly.

Overview

Provides fine-grained reactivity primitives that power the core drag and drop state:

  • Signalssignal, computed, ReadonlySignal
  • Effectseffect, effects, batch, untracked
  • Decoratorsreactive, derived, enumerable for class-based reactive properties
  • UtilitiesdeepEqual, snapshot, WeakStore, ValueHistory