react-ab icon indicating copy to clipboard operation
react-ab copied to clipboard

Simple declarative and universal A/B testing component for React.

Results 6 react-ab issues
Sort by recently updated
recently updated
newest added

Hey, First of all congratulations for this great component !!! I was wondering if it's possible to use a round robin rule for the experiment. Thanks!!

Not an issue but on first look it's hard to understand what the react-ab even does (display, etc)... Even when looking at the code, maybe better doc or simpler API...

basically trying to use 'window' and 'document' will throw an exception on the server, so wrapping their use with a try/catch and returning default values will sort it (tested it...

In our workplace we use visual diffing tools on snapshots as part of our regression testing. When taking snapshots for our diffs it would be useful if we could specify...