David Bottiau

Results 74 comments of David Bottiau

Well, you can filter actions and listen to `ObserveAction()` function. So that you know when something is created or removed. If that helps.

Well, not really. I do that very often. It really depends on your use case. Sometimes it is way simpler to execute a function based on an action than to...

Wow, you took that thing very seriously. I am really proud you cited this lib ReduxSimple and going beyond with the Odonno's Ctinematic Universe :) (talking about Converto even if...

A concept exists: https://github.com/MassivePixel/Clay

Another option: https://github.com/VincentH-Net/CSharpForMarkup#declarative-c-versus-xaml-considerations

Hi Nicolas, thanks for your words. Indeed, the original implementation of ReduxSimple was and is still Static in order to give you a singleton object to use anywhere in your...

Yep, sure, you can create your own Observable operator, and inside this operator you could instantiate the HttpClient on each use. But I admit it's a lot of work and...

Hi @name1ess0ne As I am primarily focused on being close to the ngrx implementation, I don't think I am going to follow what you're suggesting. However, I really don't have...

@name1ess0ne No worries. I have done projects with both and both have really interesting features. I tend to prefer the ngrx implementation, at the core/architecture level and because ReduxSimple is...

@nicolassargos Yeh, good to know. From what I understand, you rewrote some parts of ReduxSimple with adding some edge cases with realtime features, like SignalR. Is that correct? I would...