TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Technology Preview: Jetpack Compose for Web

4 pointsby yannikyeoabout 4 years ago

1 comment

K0nservabout 4 years ago
This looks really good, in particular the method used and resulting output seems great. Unlike Flutter Web, Jetpack seems to output reasonable HTML(which will result in better accessibilty). In particular I loved this:<p><pre><code> They try to approximate the behavior of the canvas-based implementations used in the other Jetpack Compose targets. Under the hood, they recreate the look and feel of the components on top of the DOM, under the constraints of the browser layout engine. </code></pre> This seems to recognise that you&#x27;ll not get a pixel perfect result, but that&#x27;s okay because the web isn&#x27;t a blank canvas.