I also did no framework in the past. Just native platform directly. Like Xcode on IOS, Android studio, or rust / .net. As long as you can spin up a browser and that language has a json package you can use anything you like with just a simple fullscreen webview and ports. But port to native instead of javascript. And not be limited by the typical framework api’s. you can Even host the elm part on internet, super Easy to Update the app when there is only internal elm changes. With a webworker it will still load app when offline.
This was super Nice bypassing the apple AppStore approval prosess anytime you have small changes.
2 Likes