
#51: Feature Flags
Published June 4, 2018
9m 59s
If you’ve needed to slowly rollout a new feature to specific users, you’ve probably used feature flags. In this episode we’ll be doing just that. We’ll use the FunWithFlags package to make implementing our feature flags easy. We’ll also include the FunWithFlags.UI package in order to get a nice dashboard to manage our flags.