The flags-js API is a simple context based API that allows the creation of sets of flags based on contexts; the simplest use-case is as follows: ...
#!javascript // ES6: import FeatureFlags from 'dgx-feature-flags'; // Using the Store: FeatureFlags.store //Allows the following methods ...store.getState(); OR ...