TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Can you recommend between Flutter, Next.js and React Native?

2 pointsby 458apertaover 4 years ago
Hi guys I am trying to decide which framework to use with AWS Amplify. Can you share your experiences? I am leaning towards Flutter because it uses a single code base to push across mobile &amp; desktop but I wonder how true this really is.<p>I haven&#x27;t used AWS Amplify before but should it speed up the development of backend? Does it provide CRUD essentially?<p>I am trying to wrap my head around all of this because it&#x27;s been a while since I&#x27;ve done mobile app development, as in 2012.

4 comments

metrueover 4 years ago
If you&#x27;re going focus mobile app, web is just nice to have, I would suggest use native (Swift&#x2F;Kotlin,Java) to build your app, it may take some time at the beginning, but it&#x27;d save a lot of your time on dealing verity of issues (like setup Payment, Notification)。<p>I&#x27;m building a blogging, journal app (<a href="https:&#x2F;&#x2F;giki.app" rel="nofollow">https:&#x2F;&#x2F;giki.app</a>) and it&#x27;s using React native, it got up and running very quickly at beginning util I need enable in app purchase.
matchbokover 4 years ago
No cross-platform tool like Flutter or RN is going to be &quot;one codebase&quot;. That has never been true for anything but the simplest of apps.<p>Overall, they are a waste of time. Once you wanna do anything complicated (3rd party auth, UI, hardware, etc) you have to learn the native stuff. Stay far away.<p>Also, Flutter will most likely be discontinued in 2 years.
评论 #25813682 未加载
mkandlerover 4 years ago
I would first question whether or not you actually need a web version and if it might be a very different experience. I only say this because I wasted months duplicating my app experience to the web and less than 1% of users use the web version regularly.<p>I&#x27;ve worked with React Native for iOS and Android and would recommended it. It&#x27;s a huge challenge to make complex apps feel as fast and slick as building in Swift, but that may be an issue with any js framework (and I may be biased from working in Swift also).<p>The popularity of React is another plus: it&#x27;s easy enough for a web React developer to learn React Native.
offtop5over 4 years ago
You mean to build a mobile app ?<p>Flutter no doubt. I used Firebase , but I imagine Aws wouldn&#x27;t be too bad
评论 #25927157 未加载
评论 #25808084 未加载