MVVM support for React
Topic | Description |
---|---|
MVVMContext | How to configure MVVM for your application. |
Tsyringe and Bindings | How to configure the IoC for your application. |
Using a ViewModel | Working with view models. |
Messaging | Working with messaging for inter-component communication. |
Identity | Working with identity, typically from a view model. |
Dialogs | How to work with dialogs in a decoupled world. |
Browser Interfaces | Getting access to browser functionality without using window or document . |