包详细信息

signalerjs-react

customink263MIT1.1.0

signalerjs React component for A/B testing

a/b testing, javascript, feature testing, react

自述文件

npm version Build Status Dependency Status

signalerjs-react

signalerjs-react provides a React interface for the signalerjs A/B testing library.

Check out the docs to learn how to use this library.

Installation

npm

npm install --save signalerjs-react

cdn

While the npm package is recommended for production usage, if you just want to drop a <script> tag on your page you can also use the UMD/global build hosted on unpkg.

<script src="https://unpkg.com/signalerjs-react@latest"></script>