• s08nlql9@lemm.ee
    link
    fedilink
    English
    arrow-up
    180
    ·
    1 year ago

    as a web app, it can be installed on any device that has a browser. Dev doesn’t also need to publish his work in app/play stores which may require extra payment

    • lukenamop@lemmy.world
      link
      fedilink
      English
      arrow-up
      104
      ·
      1 year ago

      And since it doesn’t have to be published in any app stores, it can be updated much more quickly and frequently.

        • techgearwhips@lemmy.world
          link
          fedilink
          English
          arrow-up
          40
          ·
          edit-2
          1 year ago

          This. I pressed update on my Android, iPhone, and Desktop and it only took like half a second. This PWA is scary good.

          • The dogspaw @midwest.social
            link
            fedilink
            English
            arrow-up
            14
            ·
            1 year ago

            I thought pwa were supposed to suck but I honestly haven’t even looked at any other apps because wefef works so well

              • HughJanus@lemmy.ml
                link
                fedilink
                English
                arrow-up
                2
                ·
                1 year ago

                I don’t know what that is but anything that requires me to log into an account before telling me absolutely anything about the service is an instant no from me.

                • StrongGoal2001@programming.dev
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  1 year ago

                  I thinks it’s fair considering is pirating, many services get shutdown for showing everything without login. It let them know you are in their discord server

            • sunbeam60@lemmy.one
              link
              fedilink
              English
              arrow-up
              4
              ·
              1 year ago

              This is what blows my mind. PWAs have always been sort of ok. But wefwef is just <chef’s kiss.gif>

          • pixxel@discuss.tchncs.de
            link
            fedilink
            English
            arrow-up
            6
            ·
            1 year ago

            that’s something i like with react native and over the air updates. In the app i ship at my job, when its only the javascript bundle that’s updated we can actually update without the user ever knowing, they just get a slightly longer load time on that startup of the app, making rather easy ensuring that no users are running out of date and broken code.

              • pixxel@discuss.tchncs.de
                link
                fedilink
                English
                arrow-up
                1
                ·
                1 year ago

                I think for now that there are more jobs in RN, but a lot of people are passionate about flutter and we might as a shift in the market in the next comings year.

                • techgearwhips@lemmy.world
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  1 year ago

                  I would do freelancing and building my own apps so where the market goes makes me no difference. What’s really important to me is which is the better language to learn. And I’ve seen arguments for both sides.

        • pixxel@discuss.tchncs.de
          link
          fedilink
          English
          arrow-up
          15
          ·
          1 year ago

          generally Google play is rather fast, but Apple can be insanely slow sometimes. At my work we’ve had up to 6 working days to get approval of very minor updates. That’s the reason why technologies like react native with over the air updates have gotten as prominent as it has.

          As someone who leads an app development team I’ve started liking pwas more and more the last couple of years. Especially for apps that doesn’t do more complex stuff than making api calls and rendering the result to the screen in the form of text.

        • dingus@lemmy.world
          link
          fedilink
          English
          arrow-up
          5
          ·
          1 year ago

          I think they maybe have to be approved first so that people aren’t updating their apps with something malicious

            • burak@lemmy.world
              link
              fedilink
              English
              arrow-up
              9
              ·
              1 year ago

              No. The browser (which is the runtime that pwas use) is already a very limited environment with little to access to the system - and if the app wants to access something potentially sensitive, then the browser asks for permission. Even then it doesn’t have access to nearly anything that a native app can access.

            • dingus@lemmy.world
              link
              fedilink
              English
              arrow-up
              4
              ·
              edit-2
              1 year ago

              That’s a good question. I’m not entirely sure of the answer to that. I suppose in a way it could be less secure because the dev could just decide to one day make the wefwef.app url into a malicious link. But at the same time, I don’t think a browser is granted as many permissions by default.

              Using the Google Play Store as an example, there are still incredibly sketchy/suspicious apps on there even though they are approved by Google.

    • deranger@lemmy.world
      link
      fedilink
      English
      arrow-up
      17
      ·
      1 year ago

      The portability is awesome. I switched to wefwef and had it going on all my devices in minutes. Web apps don’t have to suck. Apps also have more privacy implications than a PWA.

    • Pleonasm@programming.dev
      link
      fedilink
      English
      arrow-up
      7
      ·
      1 year ago

      I think from the point of view of speed/ease of development, the webapp makes more sense for now. Once it’s more stable, perhaps a native app is worth trying for performance reasons.

    • deranger@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      The portability is awesome. I switched to wefwef and had it going on all my devices in minutes. Web apps don’t have to suck. Apps also have more privacy implications than a PWA.

  • throne_deserter@lemmy.world
    link
    fedilink
    English
    arrow-up
    88
    ·
    1 year ago

    This is the first web app that I have used which installs, updates, and works like it does. I literally had no idea that something so streamlined and efficient could be done in such a way. Hats off to the developer, I’ll gladly buy wefwef if he ever makes it available on the App/Playstore.

  • 2bR02b@lemmy.one
    link
    fedilink
    English
    arrow-up
    68
    ·
    1 year ago

    “It’s so good it should be something else” - can’t argue with that thought process

  • rylin@lemmy.world
    link
    fedilink
    English
    arrow-up
    36
    ·
    1 year ago

    I’ve never really used a mobile web app before but I’m very curious to see what the dev can do with it and what the limits might be. So far it’s been great! Not being on the App Store means faster updates. If something breaks the dev can fix it much quicker. It’s also fully cross platform. You can also install it on any device regardless of Android/iPhone and have the same experience.

  • fer0n@lemm.ee
    link
    fedilink
    English
    arrow-up
    33
    ·
    edit-2
    1 year ago

    There are definitely advantages to native apps and I basically always prefer them, but wefwef is doing an absolutely amazing job and there are upsides to web apps as well (cross platform, updates, …).

    I‘d probably also prefer having this app as a native app, but that means either wrapping it, which doesn’t give you many advantages, or rebuilding it entirely at which point you‘re using a different technology stack than the one people building this are so good at.

    There are other people doing that and many of them have the same Apollo in mind while doing so. Let’s just wait and see what each one of them can do, I’m definitely excited :)

    • themizarkshow@lemm.ee
      link
      fedilink
      English
      arrow-up
      10
      ·
      1 year ago

      Came here to say this.

      Without the restrictions of being on App Stores and going through reviews, devs can move so much faster. I feel like two or three times a day it tells me a new version can be grabbed, and it’s caught up to and bypassed the alpha/beta apps from Testflight which get updated once a week (if lucky).

  • TORFdot0@lemmy.world
    link
    fedilink
    English
    arrow-up
    23
    ·
    1 year ago

    It would be nice if wefwef supported Push notifications but I don’t think PWAs support that in iOS. But that’s the only reason that I can think of that would be an advantage (besides ease of install and marketing)

    But making wefwef dependent on a centralized App Store is kind of antithetical to the fediverse.

    Most PWAs I would rather use the native app but wefwef is probably the second best PWA I have ever used

    • Jaccident@lemm.ee
      link
      fedilink
      English
      arrow-up
      8
      ·
      1 year ago

      Yes and no, there are a great deal of good reasons that some OS features are only available to binary deployments, one such being that the code is sent through manual and automated testing by the platform holders. Ultimately some things can’t be made available to all apps running in WebKit or similar as the implementation isn’t scrutinised.

    • basskitten@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      8
      ·
      1 year ago

      I am a programmin’ folk, and I was even considering making a Lemmy reader for my own amusement, but wefwef is so good that I’m not going to bother. I wish I had time to learn React and the rest so I could contribute myself, but my brain is already full of frameworks and I’m afraid if I try to learn a new one, it will push out one that I actually need for my job.

  • BURN@lemmy.world
    link
    fedilink
    English
    arrow-up
    18
    ·
    1 year ago

    I’d definitely prefer an app. I’ve run into a lot of freezing, actions not registering and a bunch of other small things that aren’t problems in dedicated apps.

    Whenever a dedicated Lemmy app pops up I’ll probably be changing over

    • Coelacanth@lemmy.world
      link
      fedilink
      English
      arrow-up
      10
      ·
      1 year ago

      Yeah same here. Backspace being very laggy when editing comments is a major pain as well. Wefwef is my preferred app at the moment, but I’m waiting impatiently for the showdown between Artemis, Sync and Boost for my ultimate solution.

      • StrongGoal2001@programming.dev
        link
        fedilink
        English
        arrow-up
        2
        ·
        1 year ago

        For the record, I prefer wefwef being a web app (PWA). It’s amazing the flexibility, fast updates, how lightweight it is and being no-store dependent. That being said, I have a lot of freezing in my iOS (iPhone 13, iOS 16) device using Safari as webview. In Android (Realme, Android 12) using Edge as webview I’ve never had this problem. When it freeze in iOS, I have to swiping up to access the iOS App Switcher, then I tap on it to reopen it, and usually, the app unfreezes after that. Or sometimes I scroll from other screen area and after a 3 seconds it works. Btw, it only happens to me like 1 time every 2 days. Before the updates, it was more constant, so I think it has been improved

    • Richard@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      1 year ago

      I’ve also had freezing up while scrolling through things, not all that infrequently but often enough to be noticeable. That said it’s a slick app most of the time so I’m curious to see if those performance glitches can be resolved or if it’s an unfortunate byproduct of it being a PWA and the browser being a limitation. Could also be my Lemmy instance being unresponsive, which has been the case at times, but the app not yet handling that gracefully due to being an early release.

      Happy to wait and see. When it is flawless, which is most of the time, it’s beyond any web app I can recall using.

  • dlcook@lemmy.world
    link
    fedilink
    English
    arrow-up
    16
    ·
    1 year ago

    As a web app I can (at least on iOS) rename it to something other than “wefwef”.

  • youthinkyouknowme@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    16
    ·
    edit-2
    1 year ago

    I’m amazed how well it works. Didn’t know a PWA could be this good. The only thing that I really miss is being able to save posts to check later, because I hide read posts.

  • kelp_licker@lemmy.world
    link
    fedilink
    English
    arrow-up
    15
    ·
    1 year ago

    I think it works perfectly as it is now except for the Safari bug where swiping back a page makes it refresh the page and force you back to the top of it. I guess there’s nothing the wefwef devs can do about it but damn it’s annoying.