this post was submitted on 01 Jul 2023
145 points (100.0% liked)

Technology

37669 readers
225 users here now

A nice place to discuss rumors, happenings, innovations, and challenges in the technology sphere. We also welcome discussions on the intersections of technology and society. If it’s technological news or discussion of technology, it probably belongs here.

Remember the overriding ethos on Beehaw: Be(e) Nice. Each user you encounter here is a person, and should be treated with kindness (even if they’re wrong, or use a Linux distro you don’t like). Personal attacks will not be tolerated.

Subcommunities on Beehaw:


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

I’m not sure if you’ve tried this PWA called Wefwef but it feels like a fully featured Apollo client for Lemmy already. You just go to the site and add it to your home screen. No beta to sign up for. No TestFlight link. Just add the PWA.

It’s good. It’s really really good.

you are viewing a single comment's thread
view the rest of the comments
[–] Liempong_pagong@beehaw.org 2 points 1 year ago (2 children)

I'm on android, but this got me curious.

What technology does memmy use, and why is it a concern?

[–] andrew@radiation.party 1 points 1 year ago

React native, so it’s not really a concern. Just poking fun.

[–] fades@beehaw.org 1 points 1 year ago* (last edited 1 year ago)

Passing my response to someone asking why I want a native app, as it applies to your question as well:

Native apps can utilize the feature of the host OS whereas using a library like react native that compiles down into different code depending on the target platform for that build, will be limited to what react native provides integration with.

There are sadly many things and as new feature come out those too can be underutilized.

I’m really generalizing here but if you look into it with that context, you’ll see what I mean. I’ve experienced this personally and professionally as I am a senior software engineer and have done my share of app development

So even though you say you are on android, you too are affected if the app you use uses an intermediate library to use one code base to generate builds for multiple platforms - react native being one of the most popular currently thanks to ease of use and lots of existing integration