Saving on screen numbers

Hi all,

Looking for some advice.

I’m building a social app, the number of screens is adding up fast and I’m wondering if too many screens causes performance issues?

Is there any way I can save on the number of screens? If so, can you provide tips/examples?

I would love any tutorial videos if there is any.

Thank you!

Just to add, I’m at 17 screens so far but at the moment it will be around 28-32 screens before I’m finished the whole app.

@TechaSoftware FYI - I’ve had an experience working with apps of 400+ screens and they work fine :slight_smile:
If you build the app right, number of screens per se should not have a significant negative effect on general in-app user performance.
The major issue is that app builder performance will degrade with a growing number of screens, but there’s no good workaround for that: browser has to process all these screens anyway. Moreover, I’d say it’s not just number of screens, it’s also a number of components. So the only solution is closing unused tabs / apps, having more free memory and faster processor.

Best,
Victor.

400?! That’s quite impressive!

You have calmed any worries I had over 30+ screens :sweat_smile:

Thank you Victor :ok_hand:t2:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.