A home for exciting up and coming Optimizely FullStack projects.
This repository is a monorepo that we manage using Lerna.
| Package | Status | Version | Description |
|---|---|---|---|
js-web-sdk | beta | 3.0.0-beta3 | Browser wrapper for Optimizely's Javascript SDK. |
react-sdk | beta | 0.2.0-beta3 | Use Optimizely Feature Flags and AB Tests easily in React with a library of pre-built components. |
example-react-16 | example | -- | A simple example using js-web-sdk and react-sdk in React 16 |
example-react-typescript | example | -- | A simple example using js-web-sdk and react-sdk in React + TypeScript |
example-react-15 | example | -- | A simple example using js-web-sdk and react-sdk in React 15 |
experimental - These APIs are still in the development stage. Usage of this in production is not recommended
beta - These packages are undergoing their final testing before a stable release. APIs will be generally stable, however they may change slightly before reaching stable.
stable - These packages have been vetted and used in production. APIs for this will be stable and semantic versioning followed for any API breaking changes.
example - These are packages that are small examples showing how to use the packages in this respository.
Please see CONTRIBUTING
yarn
lerna bootstrap
Ensure the
package.jsonfiles are pointing the correctversionas the local packages.lerna run buildlerna linkcd packages/example-react-typescript && yarn start