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.