Minimal state management solution via observable view model. Allows separation of views (components) and business logic. Consists of:
- @vytyp/core - provides the
ViewModel
base class - @vytyp/react - provides the
useViewModel
React hook
In Swedish, "vy" means view/vista and "typ" means model/type.