Feature Toggling
A while ago I went to a React Melbourne meetup and saw a presentation about feature toggling
React Melbourne Meetup - 21st July 2022 - React Melbourne
It was a good overview of the kinds of feature toggles, their uses and pitfalls especially around having too many as well as automated testing.
The presentation can be found here:
It also gave some resources:
- https://launchdarkly.com/resources/
- https://www.atlassian.com/software-development/practices/feature-flagging
- https://martinfowler.com/articles/feature-toggles.html
Although my own preference based on experienc is flipper, there are a bunch of options out there.
based https://www.getunleash.io/blog/11-open-source-feature-flag-tools:
-
https://github.com/Unleash/unleash - seems pretty up to date
- https://github.com/featbit/featbit
- https://github.com/Flagsmith/flagsmith
- https://github.com/open-feature/flagd focused on a Unix philosophy? might be a good option
- https://github.com/openflagr/flagr/
- https://openflagr.github.io/flagr/ - more about A/B testing?
- 🐬 https://github.com/flippercloud/flipper the rails default go to
- https://github.com/flipt-io/flipt
- https://github.com/thomaspoignant/go-feature-flag
- https://github.com/PostHog/posthog
- https://github.com/growthbook/growthbook