Flags SDK 3.2
Flags SDK 3.2 adds precomputed feature flag support for SvelteKit, evaluating flags at the edge to serve static page variants with low latency and no layout shift.
The 3.2 release adds support for in , making it easier to experiment on marketing pages while keeping them fast and avoiding layout shift. Flags SDKprecomputed feature flagsSvelteKit Precomputed flags evaluate in Edge Middleware to decide which variant of a page to show. This keeps pages static, resulting in low global latency as static variants can be served through the Edge Network. Precompute handles the combinatory explosion when using multiple feature flags statically.
Generate different variants of a page at build time, rely on to only build a specific combinations on demand, and more.Incremental Static Regeneration We also improved the by splitting it across different frameworks and explicitly listing all providers that have adapters for the Flags SDK.Flags SDK documentation Learn more about the and the .Flags SDK with SvelteKitprecompute pattern Read more
- vercel.comFlags SDK 3.2primary