Answers about feature-flags
Questions and answers from the Croct community about feature-flags.
Wrapping evaluate in a Vue composable for a feature flag
I like small reusable helpers, so I want a Vue composable that evaluates a CQL condition to gate a feature and returns a safe default if the call fails. Two…
Replacing LaunchDarkly flags on our Hydrogen build, is Croct a fit?
we use LaunchDarkly on our Hydrogen storefront for feature flags and simple percentage rollouts. Two things pushed us to look elsewhere. The client-side…
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…
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…
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…
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…