This is a startup so the returns of using a single development platform to target iOS/Android seems unquestionable.
Ask HN: React Native or Flutter for a new app in 2023?
1–10 of 109 posts
Re: Ask HN: React Native or Flutter for a new app in 2023?
#2Re: Ask HN: React Native or Flutter for a new app in 2023?
#3Why not a PWA using Ionic (or similar)? A PWA can be packaged as a hybrid app if your need to access native APIs beyond what PWA supports.
Re: Ask HN: React Native or Flutter for a new app in 2023?
#4Re: Ask HN: React Native or Flutter for a new app in 2023?
#52nd best is what you know.
I'm using egui right now for quickly putting together a native cross platform tool. For a startup, again I'd pick what you know. RN and Flutter will provide similar experiences for most apps. Flutter will perform better with charts etc.
Re: Ask HN: React Native or Flutter for a new app in 2023?
#6You'd have the easiest native API access and fewer headaches. Once you hit PMF & have proven the idea, add the second platform.
Is there a benefit to launching on both platforms out of the gate? Unless perhaps there are specific React web assets you'd like to reuse to get up and running faster via React native.
Re: Ask HN: React Native or Flutter for a new app in 2023?
#7Re: Ask HN: React Native or Flutter for a new app in 2023?
#8React-native would probably be preferable if you are just doing iOS/Android/Web due to the maturity of the ecosystem and wide use in the industry.
Re: Ask HN: React Native or Flutter for a new app in 2023?
#9Why not a PWA using Ionic (or similar)? A PWA can be packaged as a hybrid app if your need to access native APIs beyond what PWA supports.
Because you might want to give your users a somewhat decent experience.
Or stated differently: unless it can be articulated why mobile web/PWA/hybrid cannot work for a specific technological reason, starting with PWA/hybrid is always the best approach. If it needs to be native then go with the vendor-recommended manner of development (unless you love painting yourself into a corner 95% of the way through the project -- been there, done that, don't want to go back).
Re: Ask HN: React Native or Flutter for a new app in 2023?
#10React native imo. Expo is terrific and the library ecosystem, while it might feel like it’s one step down from web JavaScript, is still robust enough for what you need since there are more than enough people out there shipping rn apps.