Hydrate from your own server

You can hydrate or "bootstrap" the SDK in the browser with the state of the SDK on your server so you can use your flags in the first app render without any page load delay, UI flicker or layout shift.

This works well with server-side rendering frameworks like Next.js, Nuxt, Remix and Gatsby.

To set this up, follow the quickstart for your framework.

Last updated