Feature flags #554
janhesters
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
|
Feature flag is too complex to be a util, it could be a standalone package and even a service, also in my experience this needs more integration with other parts of the stack like your API/DB as you may want to enable/disable flags for a specific user or group of users. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I think it would be great if Remix Utils could shape a basic harness for feature flags.
I'm thinking, adding it to certain % of users (maybe via cookies?) and using server sent events to update them, in case the config changes.
Could be done via a middleware.
I'm currently evaluating feature flag solutions for React Router, and can't find any solution that uses React Router's capabilities to its fullest extend. There are probably also ways to use Suspense to exclude deactivated code from the bundle. Maybe standardized with openfeature.
@sergiodxa would love to hear your thoughts and recommendations 🙏
Beta Was this translation helpful? Give feedback.
All reactions