Hi folks. I've got a quick architecture question. Is it worth looking at using coroutines in the View / Controller code in a TFX application or should I just stick to
FXEvent()
and MVVM?
I know that both is possible - but I find being opinionated and sticking to convention is healthy in the long run 🙂