I tried some first steps with compose and i like i...
# compose-desktop
c
I tried some first steps with compose and i like it 🙂 However - is there some tool or library that would provide a navigation stack (for desktop)? The ones I found use androidx and dont seem to work inside the desktop universe
g
👍 1
c
Awesome, thanks Giorgos!
👍 1
The more code about compose I see, the more it looks like flutter 😉
s
They’re closely related on the user side, both deriving somewhat from React’s core concepts. Some folks who worked on React are working on Compose. They’re quite different in the actual implementation, though 🙂 Compose doesn’t have a “shadow DOM” (or equivalent) backing it.
c
Gotcha, good to know!
👍 1