RFC: Self-contained MAUI app packaged for store distribution #3449
Unanswered
markdav-is
asked this question in
Q&A
Replies: 1 comment 1 reply
-
If you want the app to be as self-contained as possible, I am not sure why you would try to use Oqtane? It is not clear what Oqtane could provide in this scenario as all of the services are exposed via server endpoints. It might make more sense to create a standard Blazor Hybrid app for this scenario. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Over the next few months, I'll be taking an app we build with Oqtane as an eLearning experience and packaging it for the store(s). This release of the app will be a static set of pages and published as a solid version of the app. We'll try to localizes as much of the content we can into the app itself. The Oqtane database itself is only used for page management, we offload the state and logins to external services. (B2C, Cosmos).
I've been contemplating the possibility of making the app as self-contained as possible. I know this breaks the client/server nature of Oqtane and might not be possible. Ideally a MAUI Hybrid app would have as much of the app as possible included in the app.
Here are some ideas for configuration
Here is a video of the app, to give you an idea of what we are building.
screen-20231031-170133.mp4
Beta Was this translation helpful? Give feedback.
All reactions