Skip to content

Files

Latest commit

 

History

History
10 lines (9 loc) · 580 Bytes

31.md

File metadata and controls

10 lines (9 loc) · 580 Bytes
title date submitter tags discussion
I want a way to build desktop/mobile/web apps with one codebase and have it run everywhere
2019-08-02 15:12:28 UTC
Andrew Shindyapin
web-apps

Currently, companies are creating separate desktop/mobile/web apps as a workaround. It’s possible to use something like Electron for the desktop, and React Native for the mobile apps, but still some code is duplicated. It would be great to work with a framework that allows minimal code duplication to achieve the above.