Skip to main content

DevCycle JavaScript Client SDK

The DevCycle JS SDK, like all client SDKs, will retrieve a configuration for the provided User upon initialization. The configuration which is retrieved contains all of the Features and Variables, meaning no further outbound network calls will be made to retrieve Feature information unless explicitly specified.

The DevCycle JS SDK is available as a NPM package will a full Typescript interface, the open-source code can be viewed on the DevCycle GitHub.

When initialized, the SDK will download the latest version of your DevCycle environments’ configuration from a CDN for the provided user.

Npm package version GitHub