Best way to enable/disable features in my app?

As the title, I don’t want all of the features to be available to all users (and in some cases all developers) so that we can release features to subsets of people but also so that the development of certain features doesn’t hinder the progress of other developers.

Is this possible?

I really like how the author of the following post implemented feature flags using components:

http://codingvalue.com/blog/ember-inverse-yield/

There is ember-feature-flags: GitHub - kategengler/ember-feature-flags: Ember CLI addon for feature flags

1 Like