Overview
Most developers create their first feature flag manually. It usually sits in a config file and it’s typically a simple on/off switch. This can be incredibly valuable and useful, but is also extremely limiting. Thinking about feature flags as more than booleans gives them a ton of new power and expands their utility into so many areas beyond simple switches.
In this session, we’ll explore how the different types of feature flags can be used to control different aspects of your web applications. We’ll even look at how this can enable more complex use cases like rollouts, experimentation or even modifying requests at the edge.
Objective
This session will help you understand advanced uses of feature flagging within frontend and JavaScript projects.
Five Things Audience Members Will Learn
- Feature flagging basics
- Different types of feature flags
- Progressive rollouts
- User targeting
- A/B testing