An open API service indexing awesome lists of open source software.

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.

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:
},
]}
/>
```