Boilerplate now supports Hybrid Web Apps #71

Closed
opened 2026-01-29 16:29:51 +00:00 by claunia · 1 comment
Owner

Originally created by @yoDon on GitHub (Nov 18, 2017).

Just as an FYI, I've significantly upgraded the Electron.NET-React-Typescript-MobX boilerplate to support both conventional Electron.NET apps and Hybrid Electron.NET apps where the app loads a normal web page from the web into an Electron WebView and grants it a whitelisted subset of native Electron functionality.

After building and running the app (being careful to follow the Readme because there was a publishing step I couldn't figure out how to automate), you can also check out the web-hosted (no native Electron capabilities) copy of the web page that gets loaded into the WebView in the Hybrid app example part of the sample app.

Originally created by @yoDon on GitHub (Nov 18, 2017). Just as an FYI, I've significantly upgraded the [Electron.NET-React-Typescript-MobX boilerplate](https://github.com/yoDon/Electron.NET-React-Typescript-MobX) to support both conventional Electron.NET apps and Hybrid Electron.NET apps where the app loads a normal web page from the web into an Electron WebView and grants it a whitelisted subset of native Electron functionality. After building and running the app (being careful to follow the Readme because there was a publishing step I couldn't figure out how to automate), you can also check out the [web-hosted](https://yodon.github.io/Electron.NET-React-Typescript-MobX/sample) (no native Electron capabilities) copy of the web page that gets loaded into the WebView in the Hybrid app example part of the sample app.
claunia added the information label 2026-01-29 16:29:51 +00:00
Author
Owner

@yoDon commented on GitHub (Dec 2, 2017):

Updated to add custom menu support and fix some race conditions/initialization issues with the WebView/HybridWebApp example (incl. better handling in the Readme of work-arounds for a couple current Electron.NET issues)

@yoDon commented on GitHub (Dec 2, 2017): Updated to add custom menu support and fix some race conditions/initialization issues with the WebView/HybridWebApp example (incl. better handling in the Readme of work-arounds for a couple current Electron.NET issues)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#71