🚀Action Context PatternUnified Action + Store management, type-safe action handlers, Provider-based isolation
🎯Action Only PatternPure action dispatching without stores, perfect for event systems and command patterns
🏪Store Only PatternPure state management without actions, excellent type inference with simplified API
⚡RefContext PatternHigh-performance DOM manipulation with zero React re-renders, hardware acceleration
🧩MVVM ArchitectureClear separation of View (components), ViewModel (action pipeline), Model (store system) layers