• GhostMatter@lemmy.ca
    link
    fedilink
    arrow-up
    5
    ·
    edit-2
    8 months ago

    It’s in the article. Web based stuff with REACT.

    Edit: It’s REACT Native. Just read the fucking article, people.

    • andruid@lemmy.ml
      link
      fedilink
      arrow-up
      6
      ·
      8 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
        ·
        8 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.