logoalt Hacker News

cogman10today at 2:16 PM1 replyview on HN

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.


Replies

steve1977today at 2:43 PM

MSHTML.dll reborn

show 1 reply