@growthbook/growthbook-react

v1.2.1
[GrowthBook](https://www.growthbook.io) is a modular Feature Flagging and Experimentation platform.

build:bundles

rollup -c

build:clean

rimraf -rf dist

build:types

tsc --emitDeclarationOnly

build

yarn build:clean && npm-run-all --parallel build:types build:bundles

test

jest

clean

rimraf node_modules

type-check

tsc --pretty --noEmit

size

cat ./dist/esm/index.js ../sdk-js/dist/bundles/index.min.js | terser | gzip-size --include-original
npm i @growthbook/growthbook-react

Metadata

  • MIT
  • >=10
  • Jeremy Dorn
  • released 10/9/2024

Downloads