From fdbe261d57e8a663d73e1756bdbb5e08d4b817e7 Mon Sep 17 00:00:00 2001 From: rlittlesii <6969701+RLittlesII@users.noreply.github.com> Date: Wed, 13 May 2020 18:05:10 -0500 Subject: [PATCH] Added ReactiveUI context to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdad4c81..efef9cc9 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Learn feature by feature how to use Prism in your apps! | [Logging with Syslog][SyslogLoggingSample] | coming soon | | [Logging with Loggly][LogglyLoggingSample] | Walks you through using the Logging Plugin with Loggly for Syslog or Http | | [Using Shiny Lib + Prism][ShinyPrismSample] | coming soon | -| [Using ReactiveUI + Prism][ReactiveUISample] | coming soon | +| [Using ReactiveUI + Prism][ReactiveUISample] | This sample shows you how to use Prism and [ReactiveUI](https://github.com/reactiveui/ReactiveUI) in the same project! It displays a use of `ReactiveCommand`, `WhenAny` operators, ReactiveUI binding, [Pharmacist](https://github.com/reactiveui/Pharmacist) observable generation, Binding Type Converters and more. The base of the application uses Prism, and adds Reactive paradigms into the Prism application architecture. | ## Sample Apps