Official React bindings for Featureflow Javascript Client
Get your Featureflow account at featureflow.io
nvm use
npm install
npm test
npm run build
Update the version details and then:
npm publish
#or
./deploy_npm.sh
There is a very simple example in this repository. Add your JS Client Environment SDK Key to example/src/index.js
const FF_KEY = 'sdk-js-env-yourkeyhere';
Start the library if you wish (this enables hot reload into the example)
yarn start
Then start the example server
cd example
yarn start
Deploying
npm publish
Apache-2.0