API Reference
Complete API reference for the Reacton ecosystem. Each page provides tables of all public classes, factory functions, methods, and type signatures organized by package.
Packages
| Package | Description |
|---|---|
reacton | Core reactive engine -- reactons, computed, async, effects, store, middleware, persistence, branching, history, isolates, collections, and more |
flutter_reacton | Flutter bindings -- widgets (ReactonScope, ReactonBuilder, ReactonConsumer, ReactonListener, ReactonSelector), BuildContext extensions, form state management, auto-dispose |
reacton_test | Testing utilities -- TestReactonStore, MockReacton, EffectTracker, graph assertions, widget pump helpers |
Quick Links
- Core Package API --
reacton(),computed(),asyncReacton(),ReactonStore, and all core types - Flutter Package API -- Widgets, context extensions, forms
- Test Package API -- Testing utilities and assertions
What's Next
- Core Package API -- Start with the core reactive primitives
- Flutter Package API -- See how Reacton integrates with Flutter widgets
- Test Package API -- Testing tools and assertions