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

https://github.com/distantcam/microreactivemvvm


https://github.com/distantcam/microreactivemvvm

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# MicroReactiveMVVM

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat-square)](https://github.com/distantcam/microreactivemvvm/blob/master/LICENSE.md)
[![Tweet](https://img.shields.io/twitter/url/http/shields.io?style=social)](https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fdistantcam%2Fmicroreactivemvvm&hashtags=dotnet,mvvm)
Star

A .NET library that provides reactive ViewModels and async commands

## Installing

```sh
PM> Install-Package MicroReactiveMVVM
# or
> dotnet add package MicroReactiveMVVM
```

## Nuget Packages

| Package Name | Version | API |
| ------------ | :-----: | :-: |
| MicroReactiveMVVM | ![MicroReactiveMVVM Nuget](https://img.shields.io/nuget/v/MicroReactiveMVVM?style=flat-square) | [API](api/MicroReactiveMVVM)

## Contact & Support

- Create a [GitHub issue](https://github.com/distantcam/microreactivemvvm/issues) for bug reports, feature requests, or questions
- Follow [@distantcam](https://twitter.com/distantcam) on Twitter
- Add a ⭐️ [star on GitHub](https://github.com/distantcam/microreactivemvvm) or ❤️ [tweet](https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fdistantcam%2Fmicroreactivemvvm&hashtags=dotnet,mvvm) to support the project!

## License

This project is licensed under the [MIT license](https://github.com/distantcam/microreactivemvvm/blob/master/LICENSE.md).

Copyright (c) Cameron MacFarland ([@distantcam](https://twitter.com/distantcam))