Update on this: I am now knee-deep into refactoring towards render props, and if
have this one big component (the main app screen) where it becomes really ugly,
especially because there is cascaded async loading of data, which also needs to
be user controlled.
/status/1418577489555767297

Tue, 03 Aug 2021 12:20:41 UTC3

3 replies

Replying to @coderbyheart

I have the additional problem of wanting to provide an app for two different
backends, so custom hooks in UI components would not work (hooks are imported
from a static module).

Maybe: controller uses custom cloud specific hook and renders stateless UI
component.