Ask HN: Hybrid App Framework
I'm looking to build an app that runs on a desktop (Windows) and mobile (Android).
It a simple app and I'm looking to manage it with a single set of code. I'm open to suggestions but I'm thinking of HTML, CSS, and vanilla JS.
Im really confused about which framework to use. I'm going hybrid because I need access to the filesystem and some other native things. I have limited experience with Cordova, but it looks like no one uses this anymore in favour of react or flutter. What's the best one to go for now?
4 comments
[ 3.4 ms ] story [ 21.6 ms ] threadReact Native works on Windows too, btw.
I hear so much bad press about electron I was hoping to avoid it, my app is so simple I can't justify the bloat. I looked at sciter for the desktop but it looks to me like I would need to work in C/C++ to embed it.
My app is a volume calculator for building materials. I'm aware of similar apps already available on the app store but they're full of advertising and not specific and over complicated for my needs. Plus I want to learn mobile dev, how better than writing my own app.