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

Migrate examples to ES6 classes #35

Open wehriam opened 7 years ago

sandiprb commented 7 years ago

@wehriam I'm looking to use this framework, but to make it production ready for my use case, I'll need to tweak it in some ways, one of which is transporting ES6 version of same. which is probably the the first thing I'll take up for this. You want me to keep any other things in mind to ship an ES6 version of this? Thanks.