Any plans to make this: https://stack.convex.dev/feature-gating a feature flag component that is opinionated and optimized for convex? The guide is great but a component would be nice with a data model already built in a convex table!
#Feature Flag Component
8 messages · Page 1 of 1 (latest)
Thanks for posting in #1088161997662724167.
Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets.
- Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.)
- Use [search.convex.dev](https://search.convex.dev) to search Docs, Stack, and Discord all at once.
- Additionally, you can post your questions in the Convex Community's #1228095053885476985 channel to receive a response from AI.
- Avoid tagging staff unless specifically instructed.
Thank you!
There's one that ties into LaunchDarkly: https://www.convex.dev/components/launchdarkly
(see this paragraph https://stack.convex.dev/feature-gating#launchdarkly-integration )
@acoustic brook but that involves me purchasing/subscribing to launchdarkly right? i read it but ignored it because i thought the reactivity that convex had solved for most of the technical requirements for feature flags but it is just missing the ootb React hooks and components as well as a schema (i will make my own but would be nice to have a community component). personally the ui to manage the flags is not a requirement for me. But good to know.
yeah, you can do the low tech way with pure convex. but all the condition management and population management something like LD gives you is way more powerful than what you'd quickly build yourself
LD has a free plan
thanks!