+

=

Who uses it?

IEnumerable<T>

"for each"

IObservable<T>

"sequences over time"

"OnNext"

"OnError"

"OnCompleted"

.Where(x => x != Plant)

Do you use async, await and LINQ?

Well, guess what you are just a step away from reactive programming.

A B C
A B C
=SUM(A1:B1)
A B C
5 5
A B C
5 10 15
A B C
ICommand ICommand IsBusy
=When(A:B)
ICommand ICommand

"OnNext"

"OnError"

"OnCompleted"

ReactiveUI

Created by Paul Betts and released in 2011.

 

A library to create elegant, testable User Interfaces that run on any mobile or desktop platform.

Made with Slides.com