Hello all,
I am new to PowerApps and am working on my first project. All of my users will be using the app via web browser on a laptop that I know the specs of. I have designed an app structure where the "Home" screen drives 99% of the user views via a few variables that are functioning as a state machine for the view and subview (and sub-subviews...).
I am developing in a "Developer" environment and my datasource is SharePoint (currently our only option) and I noticed that user experience is very good but sometimes performance can be sluggish. How much performance can be gained going from a developer to a prod environment, if any? I also understand that my own app can surely be optimized as well and need to consider it.
Also, are there any recommendations to an app that is designed like this long term versus a more traditional app that spans views across screens? Basically, is this weird? Am I setting myself up for disaster?
Some things I have noticed: When you are working with many layers of nested containers the view in PowerApps Studio often becomes corrupted, and it requires you to toggle FlexibleWidth on a container to get it to snap back into place. There is also the matter of requiring the need to manually navigate through the app or develop a debug view to assist with getting to screens to modify them in the Studio as well. These aren't deal breakers for me so far.
I appreciate any response or guidance in general from anyone a bit more experienced in this area. Thank you!