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!