Packages
Feature Flags
Manages feature flags for rolling out new functionality.
The feature-flags package provides a system for managing feature flags. This allows us to toggle features on and off for different users or environments without deploying new code.
This is useful for:
- Safely rolling out new features to a subset of users.
- A/B testing different versions of a feature.
- Quickly disabling a feature if an issue is discovered.