TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Why React Native Sucks?

2 点作者 soumikmahato2 个月前
Is it just me, or does React Native suck? I spend most of my time debugging builds. Is there any alternative to this?

2 条评论

owebmaster2 个月前
It sucks because React sucks. A good alternative is to embrace PWAs. You can create native builds using PWABuilder.<p>Another options similar to React Native is Lynx<p><a href="https:&#x2F;&#x2F;lynxjs.org&#x2F;blog&#x2F;lynx-unlock-native-for-more.html" rel="nofollow">https:&#x2F;&#x2F;lynxjs.org&#x2F;blog&#x2F;lynx-unlock-native-for-more.html</a>
9999000009992 个月前
The weight of an unstable JavaScript ecosystem.<p>Flutter&#x2F;Dart is much cleaner since it essentially starts with a fresh slate. I would argue it&#x27;s probably the best way to make a mobile app if you need to make something quick and dirty. If you have a lot of time and money you can actually just write native code in Swift&#x2F;Objective-C and Kotlin&#x2F;Java, but that&#x27;s not something I&#x27;d expect a single person to do.<p>I am a little bit concerned that Google appears to be cutting back on its support of flutter.