SDKs should take a param like prefetch: { feature1: false, feature2: 'default' } during initialization of the library, and fetch them immediately.
Of course they should be cached.
This avoids flashing of pages since the requested features are already fetched.
SDKs should take a param like
prefetch: { feature1: false, feature2: 'default' }during initialization of the library, and fetch them immediately.Of course they should be cached.
This avoids flashing of pages since the requested features are already fetched.