Hello friends.
I posted these questions on #multiplatform channel but I am copying it here, hope we have the answer faster 🙂
From what I understood, for now compose web parses kotlin code to DOM. So:
1. We can not share the mobile/desktop code with web (because mobile/desktop render on Canvas), is this correct?
2. But if web use Canvas, it will have the problem with SEO and performance (big bundle for first load) - like Flutter?