neciu / react-mixpanel

Unofficial React bindings for Mixpanel
73 stars 19 forks source link

Can you use this library without using context? #5

Closed Mikaila94 closed 7 years ago

Mikaila94 commented 7 years ago

Facebook/React discourages the use of context, so I am trying to avoid it. Is there any way I could use this library without having to use this.context?

neciu commented 7 years ago

As far as I know nope. I'm mimicking redux provider behaviour.