UNPKG
react-experiment-hoc
Version:
latest (1.3.2)
1.3.2
1.3.1
1.2.2
1.2.1
1.1.1
1.0.1
1.0.0
0.0.1
Simple hoc to provide a/b-test features.
react-experiment-hoc
/
examples
/
src
/
index.html
12 lines
•
231 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<
html
>
<
head
>
<
title
>
react-experiment-hoc example
</
title
>
<
meta
charset
=
"utf-8"
>
</
head
>
<
body
>
<
noscript
>
You need to enable JavaScript to run this app.
</
noscript
>
<
div
id
=
"root"
>
</
div
>
</
body
>
</
html
>