Feature Flags in JavaScript
Last updated
Was this helpful?
Last updated
Was this helpful?
Simply embed our latest bundle from the following CDN.
Alternatively, you can use NPM to manually build the bundled *.js file.
And then grab the generated bundled file from the ./dist directory.
Initialize Toggly by running the Toggly.init method and by providing your App Key from your
You can also check multiple feature keys and make use of the requirement (FeatureRequirement.all
, FeatureRequirement.any
) and negate
(bool) options.