You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Rather a discussion topic but it's disabled in this project.)
Nice idea you had here and interesting API to address issues of common boilerplate code.
There is this architectural design pattern to separate presenter business logic (with state) from the UI (with events), a la https://github.com/slackhq/circuit or https://github.com/cashapp/molecule. Your approach seems to fit nicely into this pattern. So are you planning to include some examples showing integrations into these frameworks? Or maybe your API could simply serve as an alternative framework for this pattern, after extending your Compose module to get the Compose runtime running without UI (presenter layer).
The text was updated successfully, but these errors were encountered:
(Rather a discussion topic but it's disabled in this project.)
Nice idea you had here and interesting API to address issues of common boilerplate code.
There is this architectural design pattern to separate presenter business logic (with state) from the UI (with events), a la https://github.com/slackhq/circuit or https://github.com/cashapp/molecule. Your approach seems to fit nicely into this pattern. So are you planning to include some examples showing integrations into these frameworks? Or maybe your API could simply serve as an alternative framework for this pattern, after extending your Compose module to get the Compose runtime running without UI (presenter layer).
The text was updated successfully, but these errors were encountered: