Feature flags are the most basic tool in the Able toolbox but they can be very useful. They allow you to ship code that might not quite be ready for your massive user base but that you want to try out and get some feedback on, or be ready to switch off again if things go sideways.
Able works in browsers and node.js servers for the time being. In this post we'll focus on using the browser. The server side usage is slightly different.
Here's what we'll need to do:
- create an experiment repository
- add our repository to an Able project registry