Performance Considerations for Using Multiple Views in One Page/app on an Admin Dashboard

I'm currently building an admin dashboard and would like to know if there are any performance concerns when structuring the app with multiple containers or views within a single page. I plan to manage data using APIs for queries.

Would using multiple views on one page affect performance, especially as the app grows? Is there a better approach or any best practices I should follow to optimize performance when designing the dashboard this way?

Any advice or suggestions would be appreciated. Thank you!

1 Like

Hey @ohi_Ahmed! Have you considered building your app in Multipage? We built the feature with your use case in mind and think you'll have much less performance concerns building with it.

Otherwise this page on our docs might be helpful!

2 Likes

Multipage is the way.

(it's brilliant)

1 Like