• @[email protected]
    link
    fedilink
    121 year ago

    Reject Web technologies - embrace native mobile app development

    Compose feels like React but without the bad JavaScript parts, really pleasant experience!

    • VeganPizza69 Ⓥ
      link
      51 year ago

      Ah, yes, let’s have thousands of specialized apps, each with uniquely expiring dependencies and vulnerabilities, instead of one browser that can work with apps that are standardized for OSS, UI, accessibility, performance, inspection by humans and machines, and security.

      • @[email protected]
        link
        fedilink
        61 year ago

        Funnily enough, I’ve found JavaScript to be by far the worst offender for expiring dependencies and vulnerabilities.

    • @brlemworld
      link
      1
      edit-2
      1 year ago

      How are you supposed to develop web applications then?

    • @PaperTowel
      link
      11 year ago

      I love Compose, creating UI is actually fun. The whole ViewModel thing though I don’t love

      • @[email protected]
        link
        fedilink
        21 year ago

        I love Compose, creating UI is actually fun.

        It’s a good time, for sure. That being said, I’ve stopped working with UI, and I don’t really miss it. I still do some side projects in Compose though, and it’s always way better than XML.

        The whole ViewModel thing though I don’t love

        When it clicks, it’s actually not that bad imo. I think the main problem is that Google aren’t really explicit enough about how to leverage them effectively, and as such they can be pretty hard to get right.