Skip to content

zashraf1985/fullstack-labs

 
 

Repository files navigation

Optimizely FullStack Labs

A home for exciting up and coming Optimizely FullStack projects.

Packages

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

Package Status Types

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.

Contributing

Please see CONTRIBUTING

Development

Bootstrapping all packages

yarn
lerna bootstrap

Running an Example with local symlinks

  1. Ensure the package.json files are pointing the correct version as the local packages.

  2. lerna run build

  3. lerna link

  4. cd packages/example-react-typescript && yarn start

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 78.6%
  • JavaScript 15.4%
  • HTML 3.2%
  • CSS 2.8%