Today we're introducting SDK bootstrapping for all Javascript-based SDKs to help teams and ensure the best possible performance when leveraging DevCycle in a server-side rendering context.
When using a server rendering framework such as Remix, Nuxt, or SvelteKit, you will likely render content on the server and send it to the client for hydration. When feature flagging is involved, you need to ensure that rendering on the server uses the same flag values as the client. It is also important to avoid the performance impact of the initial client-side DevCycle configuration fetch that would normally have to occur when the page is first loaded.