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
The more code about compose I see, the more it looks like flutter 😉
s
seb
01/05/2021, 10:12 AM
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.