• andruid@lemmy.ml
    link
    fedilink
    arrow-up
    6
    ·
    11 months ago

    Oh man PWA as a replace to traditional apps have been promised for a while. On one hand the promise of write once run anywhere on the other less ability to lock down your app from your users (good for us, but not popular in the mobile space at the moment)

    • dan@upvote.au
      link
      fedilink
      arrow-up
      1
      ·
      11 months ago

      promise of write once run anywhere

      PWAs are great if they’re written well, especially if they allow offline access.

      There’s platforms like React Native where the apps are native on each platform (they use native UI widgets). You can’t just run the same code, but you can reuse probably 90-95% of code across platforms.