I’ve two running compositions. One for UI and anot...
# compose
v
I’ve two running compositions. One for UI and another for non-UI. What is the best strategy to pass events/data between two. Non-UI compositions might live longer than UI composition.
m
You might want to spend some more time explaining "non-UI" compositions. Are you referring to using Molecule or something?
v
@Mark Murphy my non-UI runtime acts like a presenter and lives in separate KMP lib. Its inspired by both molecule and Circuit, with a caveat. Molecule is more of one shot request, it will run continuously along with UI composition. It has its own Node/Applier/Composer/etc.