We went from an Electron app on macOS to a Swift app with WKWebView and it weights 4.2MB. Not a hello world, the complete production app on the Mac App Store.
Although I imagine the performance would be better with Ultralight since it's an optimized version of WebKit.
So I asked in the Ultralight Slack and they told me the JS performance is the same with WKWebView. The rendering perf is about the same but they expect it to be better in the future.
3 comments
[ 3.4 ms ] story [ 14.4 ms ] threadWe went from an Electron app on macOS to a Swift app with WKWebView and it weights 4.2MB. Not a hello world, the complete production app on the Mac App Store.
Although I imagine the performance would be better with Ultralight since it's an optimized version of WebKit.