SodiumFRP / sodium

Sodium - Functional Reactive Programming (FRP) Library for multiple languages
http://sodium.nz/
Other
848 stars 138 forks source link

Cell WPF binding #182

Open slimshader opened 4 months ago

slimshader commented 4 months ago

Hey,

is there a way to bind a Cell to a XAML property? I am currently using ReactivePorperty but was hoping to try Sodium as alternative as I id it really fascinating library (and FPR as a paradigm)

jam40jeff commented 4 months ago

I have been using/testing a solution for this for some time, but it only lives in a private repo. It seems production-ready enough at this point that I would like to incorporate it into an official Sodium library very soon. I will update this ticket when I make progress on that.

I took a look at ReactiveProperty as I have never used it before, and the paradigm is quite similar to my implementation, so using it should be straightforward.

slimshader commented 4 months ago

That is great news. In thea meantime I've tried proposed solution from official forums mvvm but Discrete/Cell/Stream do not seem to exist anymore?