Answers about feature-flags
Questions and answers from the Croct community about feature-flags.
Rolling out a redesigned PDP section to 10% of traffic on Hydrogen
We rebuilt the recommendations section on our product pages and I want a careful rollout: 10% of traffic first, watch the metrics, then ramp. Our flag tool…
Every headline tweak in our experiments is a code deploy because flag tools have no content model
Counted it this sprint: 6 deploys, 4 of which were marketing copy changes inside experiment variants. Our experiments run through a feature flag tool, so a…
Should feature rollouts and A/B tests live in the same tool?
I am mid-way through a tooling consolidation review. Today we run a feature flag SDK for engineering rollouts and a separate testing tool for marketing…
Using useEvaluation as a feature flag in React, how do I handle failures safely?
I'm gating a new checkout flow behind useEvaluation in a React SPA. Two questions before this goes live: What should the component render while the query is…
Client-side flag SDK shows the control for a beat before the variant, users notice
So I finally screen-recorded this to prove I wasn't imagining it. Frame by frame: page paints with the control hero at 0ms, variant hero swaps in at roughly…