Skip to content

Latest commit

 

History

History

Integration-Best-Prism-RXUI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Prism+ReactiveUI+Shiny - Best Integration

Shiny Framework is used in this example. This library brings together Prism, ReactiveUI, and of course Shiny - into one easy to use package.

3rd Party Libs

  • Xamarin Forms - The cross platform library for .NET that we all know and love
  • SQLite.NET - An open source SQLite lightweight object relational mapper to store & read our background events
  • ReactiveUI.Fody - Get rid of all those nasty MVVM boilerplate getters/setters by adding one attribute [Reactive] to them
  • Prism - The MVVM library we love - great for URI navigation and viewmodel lifecycle management
  • Reactive UI - Reactive extensions for your user interface
  • DryIoc - A super fast mutable dependency injection container
  • Shiny Framework - Brings together Prism+ReactiveUI+DryIoc+Shiny all into one beautiful package to make integration and ramp up time extremely quick