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

Is this module still maintained? (Yes it is!) #21

Closed rewop closed 7 years ago

rewop commented 7 years ago

We are suing react-ab-test but I noticed that important fixes like #17 are not being merged.

Also last commit in master was on 26th September 2016, and the last version published on npm was from 7 months ago.

I see an alternative: https://github.com/wanderio/react-ab-test.

Should we stop using this repo?

diondirza commented 7 years ago

Seems we need to maintain it in our current fork instead of depending on this repo, seems pretty dead to me.

peterpme commented 7 years ago

Hey @rewop and @diondirza I'll be helping maintain this repo. Let me know what we can do to push this forward :)

Over the next couple of days I'll test and merge in the current PR's

rewop commented 7 years ago

@peterpme Good to hear. I think we should start by looking at the open PRs. https://github.com/pushtell/react-ab-test/pull/17 in particular made me realize that this module was quite outdated.

jljorgenson18 commented 7 years ago

@peterpme NPM is still showing as 1.7 even though the latest is 1.9. Are there issues publishing new code at the moment?