I've personally found Decompose to be less-than-ideal on Desktop applications, as I'm trying to use it for switching tabbed "components" rather than full-screen routing, and it's just a bit too overpowered for that. I recently found this little library which is a better choice for me https://github.com/rjrjr/compose-backstack. It is out of date and doesn't natively support Desktop, but is only a few files that I was able to copy to my project easily (with the hope of it being updated so I can remove them later)
e
eygraber
12/09/2021, 3:20 PM
If you're looking for something a little simpler (still in active development, so kind of like an alpha) check out Portal https://github.com/eygraber/portal
ā 1
s
spierce7
12/10/2021, 5:11 AM
I have used decompose a great deal. Iām building a sample app, following a similar method of
molecule
for presentation logic. What I lack now though is navigation.