456
submitted 4 months ago by yogthos@lemmy.ml to c/programmerhumor@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] Cqrd@lemmy.dbzer0.com 1 points 4 months ago

Using capacitor as a native shell for your web app can be very nice, actually. It lets you hook into native API calls and build native apps while hardly ever having to write native code, unless you want to, which presumably you don't since you're writing react native.

[-] flashgnash@lemm.ee 1 points 4 months ago* (last edited 4 months ago)

Honestly doing it again I'd just write in xamarin or something not web orientated because as it turns out the web app is going to need to be separate anyway

I might look into capacitor but is that not basically just electron?

[-] Cqrd@lemmy.dbzer0.com 1 points 4 months ago

I guess you could see it that way, but web views are inherent in mobile operating systems, they don't need to be bundled into your app, so capacitor apps aren't big bloated memory consuming applications like electron apps are. There's a lot of well made apps running on capacitor that you wouldn't even know, especially if you use something like ionic framework to actually have the look and feel of native mobile apps.

[-] flashgnash@lemm.ee 2 points 4 months ago

Definitely need to look into this for future, would make dev so much easier to just write for web and not have to deal with react native's bullshit

[-] bitfucker@programming.dev 1 points 4 months ago
[-] flashgnash@lemm.ee 1 points 4 months ago

Had a look at it, looked worse than react

this post was submitted on 26 Apr 2024
456 points (96.7% liked)

Programmer Humor

32061 readers
922 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS