pushtell / react-ab-test

A/B testing React components and debug tools. Isomorphic with a simple, universal interface. Well documented and lightweight. Tested in popular browsers and Node.js. Includes helpers for Mixpanel and Segment.com.
MIT License
752 stars 112 forks source link

FYI: autotune can record and influence experiments #48

Open dvdsgl opened 6 years ago

dvdsgl commented 6 years ago

I've created a library called autotune that can serve as a backend for react-ab-test. Furthermore, it learns the best variants based on customizable completion events, recommending better variants over time.

Maybe it would be useful to integrate autotune with react-ab-test and extend react-ab-test to allow autotune to influence variants.