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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What it the tech stack of the new WhatsApp desktop?

2 点作者 grumblingdev超过 1 年前
Uses UIKit.<p>How to tell if its React Native, SwiftUI or just Cocoa?

2 条评论

mk89超过 1 年前
Typically I use the activity monitor to analyze the file content. There is always 1 lib at least that a specific framework brings along, even in case of native programs.<p>When that is not enough, you can also get some cues from the Accessibility Inspector to &quot;guess&quot; what a program uses.
grumblingdev超过 1 年前
Messenger seems to be React Native evident by RCTView everywhere. It also uses NSView instead of UIView.<p>WhatsApp seems to use UIView, but I couldn&#x27;t find evidence of SwiftUI, so am assuming its just a UIKit app.<p>There are some very similar UI components to the mobile app, so I am guessing they want to unify as much as they can between the two codebases.<p>WhatsApp Windows seems to be a native Windows app.