I am developing an app that is meant to be self-contained to run on 100% offline computers.
(Installation will of course make use of a one-time network connection, but that is it).
Does the framework support this once I install it on a computer and go fully offline?
Or, does it have network dependencies, like background tasks that run to check for software updates, lazy-load resources from CDN etc?
Any inputs appreciated! Thank you.
Regards,
Chandra