You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Second thought: should we pass the app's version in ClientConfig, frontend also has the version from package.json and we only refetch clientConfig if the version is different?
ClientConfig request is render-blocking (see
ClientConfigProviderEffect
andClientConfigProvider
)I think we should try a cache-first policy in Apollo to speed up first-page loading.
Make sure it doesn't cause re-render if the clientConfig is the same
The text was updated successfully, but these errors were encountered: