I'm building an app which needs to leverage functionalities native to the target platforms (e.g. menu bar on MacOS, widget/notifications on mobile), therefore a purely web-based frontend wouldn't suffice. Since this is a solo project for now, it would be much more realistic for me to use a framework which allows me to reuse as much code as possible across different target platforms.<p>I found some Ask HN posts on this, but many of them are 3 or 4 years old. Since this landscape is apparently evolving very rapidly, I thought it would make sense to ask it again. What would you recommend based on your experience?<p>Some of my more specific questions based on a preliminary research (feel free to skip them):<p>- Seems that the current frameworks are mainly divided into two camps: Xamarin.Forms vs. JS-based solutions. I am curious about how bug-free Xamarin.Forms is. There is even a project[1] that facilitates using F# with Xamarin.Forms, which sounds great since I want to write as much functional code as possible. But I heard some concerns over Xamarin.Forms' development speed and reliability on different platforms.<p>- There are several JS-based solutions, e.g. Ionic, Quasar, Framework7. But it's really hard to tell the difference between them at first glance. Apparently they all offer desktop support by eventually leveraging Electron, but how different are they in terms of development experience, features and support, especially for a solo developer?<p>- Flutter seems to have generated a lot of attention, but it doesn't seem to fully support Windows/Linux yet, though that's on the roadmap. Should I skip it because of this, or can I count on the support (at least for Windows) being available soon?<p>- The above question sort of applies to React Native as well, which does have Windows support by MS but doesn't seem to have reliable Mac support yet (Maybe I'm wrong).<p>Thanks!<p>[1] https://github.com/fsprojects/Fabulous