Replace create-react-contex with mini-create-react-contex.
It is more optimized and smaller.
I was looking at its source code few days ago and the only difference I noticed is the warning dependency replaced with a smaller version, is that all it changes?
It also supports esm. Though both depends on shitty gud package which requires global to be defined. Such webpackisms I'm trying to drop from packages I use.
I see, if anyone wants to send a PR please feel free to.
Landed PR with fix https://github.com/StringEpsilon/mini-create-react-context/pull/36
I have just faced issue with current [email protected]. It uses [email protected] which relies on [email protected] with isomorphic-fetch inside of it. So, it breaks in old browsers without window.fetch.
fbjs was removed in [email protected] and it's already in master. @FezVrasta could you relase it please?
1.3.4 released
Most helpful comment
I have just faced issue with current [email protected]. It uses [email protected] which relies on [email protected] with isomorphic-fetch inside of it. So, it breaks in old browsers without
window.fetch.fbjs was removed in [email protected] and it's already in master. @FezVrasta could you relase it please?