• @danA
    link
    28 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.