Skip to content

Core

Core functionality for tracking changes to MobX observables and validating them.

This package provides three core primitives for reactive state management:

  • Watcher: Fine-grained change tracking for MobX observables
  • Validator: Declarative synchronous and asynchronous validation
  • Nested: Hierarchical tracking of nested object structures