Source: @MrLovenstein@mastodon.social

  • @bleistift2@feddit.de
    link
    fedilink
    English
    81 year ago

    It’s so easy nowadays to slap some bootstrap and Angular together to build a web frontend. It will work on every device if you don’t do crazy cutting-edge shit. I cannot comprehend why companies dig native apps so much.

    • 520
      link
      fedilink
      21 year ago

      With a native app, the only thing you really need to send back and forth is some JSON data and let the app do the formatting for you. It’s a much better arrangement when your target demographic includes those with bad internet.

      • @bleistift2@feddit.de
        link
        fedilink
        51 year ago

        How is that any different from a web site? There are multiple caches between the browser and the server. The initial load (assuming a prior visit and no updates since) may be smaller than 1kB.