I tried to migrate a simple android application th...
# compose-web
o
I tried to migrate a simple android application that uses Compose, to a web app that uses Compose Web, using the new SVG api (thanks for this). And wow .. after fixing the compilation errors it all worked on the first launch. Congratulations, this is an amazing job! I hated developing on the web, but thanks this project now there are endless possibilities! demo: https://omarmiatello.github.io/hexagon-web/ The migration was easy, but I would like to give my feedback on some pain points: • the template project is not up to date and it is necessary to change the configuration in several points to update. • the first time you open the project it is not very clear how to start. A comment above the main method that tells you to execute the gradle command might be enough:
jsRun
• the Offset class is missing in the SVG api, it would be useful in the Polyline • transformations cannot be applied (rotate, translate, ...) • positioning text correctly is always complicated, it’s different from Compose for Android, and even there, it’s not easy
🙌🏼 1
🙌🏻 2
🙌 7
👍 6
a
Hello! Very good job done! Which template project did you use and what changes you had to do?