I am trying to understand the advantages of multi-pages and multi-apps. I have the following questions:
- If I have a really complex application (with hundreds of pages), are there performance downsides of having a single application with hundreds of pages? Is everything loaded into memory at once?
- From a developer perspective, are there any downsides of having a single application with hundreds of pages? Will it be difficult to read the source code?
- What are the advantages of splitting up a massive application into multiple Retool apps?
Thanks!