Fluxor icon indicating copy to clipboard operation
Fluxor copied to clipboard

Subscribing external events

Open alperenbelgic opened this issue 1 year ago • 0 comments

I am considering to propose the library for a project / development team. It's a complex WPF application handling several external hardware resources/sensors and providing visuals / UIs with complex user interactions.

I used the library on multiple Blazor applications before and it worked just perfect.

For this new use case, I am not quite sure how to handle external event subscriptions within Fluxor.

When making HTTP requests on a web app we use effects but I am not sure if I need to make external event subscriptions within UI controls and make action dispatches or if there's any way to keep the life cycle of subscription/unsubscription in effects.

alperenbelgic avatar Jan 19 '24 15:01 alperenbelgic