Feature Flags

This is meant to show basic flags. We simply use the getFeatureFlag for consistency and disabled values return false instead of undefined which is sufficent for general purposes. You could of course add isFeatureEnabled() to the store.

flagIsEnabled: true

flagIsDisabled: undefined