DevCycle JavaScript Client SDK
The DevCycle JS SDK, like all client SDKs, will retrieve a configuration for the provided User upon initialization. It will then update its configuration using a realtime streaming connection any time that configuration is changed on the DevCycle platform.
Installation
Installing the SDK
Getting Started
Initializing the SDK
Usage
Using the SDK
Typescript
SDK features for Typescript users
OpenFeature
How to implement the OpenFeature Web Provider
The DevCycle JS SDK is available as a NPM package will a full Typescript interface. It also supports service worker environments. The open-source code can be viewed on the DevCycle GitHub.
This SDK depends on the fetch API.