An open API service indexing awesome lists of open source software.

https://github.com/smonn/vytyp

Reactive state management for plain JS and React with observable view model base class.
https://github.com/smonn/vytyp

observable react state-management typescript view-model

Last synced: about 1 year ago
JSON representation

Reactive state management for plain JS and React with observable view model base class.

Awesome Lists containing this project

README

          

# vytyp

Minimal state management solution via observable view model. Allows separation of views (components) and business logic. Consists of:

- [@vytyp/core](https://npmjs.org/package/@vytyp/core) - provides the `ViewModel` base class
- [@vytyp/react](https://npmjs.org/package/@vytyp/react) - provides the `useViewModel` React hook

## About the name

In Swedish, "vy" means view/vista and "typ" means model/type.