https://github.com/peterpme/react-contest
A super tiny A/B (265 bytes!) testing platform for your components.
https://github.com/peterpme/react-contest
abtesting testing-tools
Last synced: 3 months ago
JSON representation
A super tiny A/B (265 bytes!) testing platform for your components.
- Host: GitHub
- URL: https://github.com/peterpme/react-contest
- Owner: peterpme
- Created: 2017-05-09T02:16:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-09T22:04:36.000Z (about 8 years ago)
- Last Synced: 2025-02-19T02:49:58.265Z (4 months ago)
- Topics: abtesting, testing-tools
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Contest
May the best component win!
Super tiny A/B testing platform for your own components.```es6
{
console.log(`${variant.name} viewed`)
}}
variants={[
{
name: 'a',
chance: 40,
component:
},
{
name: 'b',
chance: 30,
component:
},
{
name: 'c',
chance: 30,
component:
},
]}
/>
```