|
|
|
|
|
by jatins
1210 days ago
|
|
It might if Apple or Microsoft provided good frameworks for building native apps. I read a comment[0] by a developer who used SwiftUI for his app > What took me 15 minutes on the web, it could take a day on SwiftUI. It's just not possible for indie devs (or startups) to put that sort of time into native apps. Not to mention SwiftUI is still extremely broken despite being available for 3 years. Quoting from that article > Every major iOS / macOS upgrade, I have to refactor my code because something crashes the new version. Imagine this happened on the browser. At this point, unless Apple and MS provide a good component based abstraction for building native UIs (SwiftUI is a step in that direction) developers will keep going to Electron and other alternatives which let them write React (or svelte or even Flutter in the non-web land -- anything that lets them get actual work done) [0] https://www.indiehackers.com/post/i-made-session-a-productiv... |
|