NervJS/nerv

Context API is not supported?

matthew-dean opened this issue · 2 comments

I'm getting React.createContext is not a function. It would be nice to have an explicit list of what's not supported of the React API, instead of what is supported. Is there a nerv library to polyfill?

Can I use something like this to polyfill the feature? https://github.com/valotas/preact-context

dpikt commented

I agree with your call for an explicit list of what’s not supported, it’s the first thing I look for with lightweight alternative libs like this.