Skip to content

Commit

Permalink
Merge pull request #95 from RLittlesII/feature/reactiveui
Browse files Browse the repository at this point in the history
Added ReactiveUI context to README
  • Loading branch information
dansiegel authored Jun 27, 2020
2 parents 5969a64 + fdbe261 commit b967ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b967ddc

Please sign in to comment.