Hi,
I’m using a Translations collection for a multi-language app. All text components are loaded from the database based on the user’s language.
The issue is that text loading spinners appear every time the app is opened, not only on the first launch.
On the Starter plan, there is no way to cache or preload translations (no screen variables or local state), so all texts are fetched again on each app launch, causing visible loading indicators.
Is this expected behavior on the Starter plan? Is upgrading the only way to avoid these spinners?
Thanks.
