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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: One Single Framework for Developing Mobile, Web and Desktop App?

3 点作者 ravirajx7大约 3 年前
Considering the amount of expertise each of the framework requires for developing applications, it becomes cumbersome & time consuming to learn many. Is there any single framework out there which can do all the things? We have separate framework for developing application depending on the platform. Something using which one can develop code for all platform - Microservices are good & it's completely ok to build separate microservices too for each platform but is there any single framework which does all of it and have library for the same?

4 条评论

pedalpete大约 3 年前
We&#x27;ve recently started using Kotlin Multiplatform Mobile but the docs describe using it across mobile and web (which I assume means you can also package it as an electron app).<p>However, everything in Kotlin Multiplatform isn&#x27;t designed to be cross-platform. It gives you the ability to structure your shared business logic to work across platforms, but you build a native UI for each target.<p>This has it&#x27;s benefits long-term wrt creating polished native apps, but is more time consuming for a start-up.
abyesilyurt大约 3 年前
Check out Flutter, it is a cross platform framework compiles to native code.
speedgoose大约 3 年前
Web? Web for web, a web view on mobile, and electron on desktop.
emteycz大约 3 年前
React Native + React Native Web<p>Bonus: Node.js on server