I am planning to migrate an android app I am writi...
# compose-web
a
I am planning to migrate an android app I am writing with compose to web. Will I be able to do it with compose-web while keeping the grid structure, buttons etc? Is that the target of this project?
o
this mode of operations is not supported, but we’re working on that
K 4
❤️ 4
a
Aha, who is target user compose-web now? Is it intended as a competitor for React and other reactive frameworks? thanks
b
Currently compose web allows you to reuse presentation logic (states, view models, reducers, composition locals, di...), but not views.
c
The current model is along the lines of what KMP has been all along: reuse the business logic, but write a (relatively small) client UI specific to each platform. Such is Compose Web as well, where it is just the HTML/CSS layer of your app, and so is best compared to a React replacement rather than a fundamentally new way to write web UIs (though I believe a web Skia canvas is in the long-term roadmap, as is Skia on iOS, to make Compose UI more of a Flutter competitor)
👍 3
👍🏻 1