logoalt Hacker News

FuriouslyAdrifttoday at 1:54 PM1 replyview on HN

Microsoft switched from Electron to their own WebView2 a while ago.

https://developer.microsoft.com/en-us/microsoft-edge/webview...


Replies

cogman10today at 2:16 PM

Main difference, electron bundles all of chrome with every app. WebView2 can do that, but the recommended route is one that shares the runtime across multiple apps (what ms does). So you end up with just 1 webview2 on the system + your app specific code ultimately significantly shrinking the distribution size.

show 1 reply