NervJS / nerv

A blazing fast React alternative, compatible with IE8 and React 16.

Home Page:https://nerv.aotu.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

能否支持到React最新的react hooks 以及React-apollo 的组件

leoswing opened this issue · comments

最新React的 hooks 特性,目前Nerv是不支持的;
另外集成了 react-apollo的时候, 相关的 ApolloProvider 组件是不支持的;
能否帮忙看下集成这两块的支持的计划?谢谢

hooks 已经支持了,我们会在月底放出来:
https://github.com/NervJS/taro-todomvc-hooks
react-apollo 由于用到了新的 context API,我们还需要调研这个 API 在小程序的实现才会去做 Nerv 版本的实现。

hooks 已经支持了,我们会在月底放出来:
https://github.com/NervJS/taro-todomvc-hooks
react-apollo 由于用到了新的 context API,我们还需要调研这个 API 在小程序的实现才会去做 Nerv 版本的实现。

@yuche 这个能否麻烦帮忙支持下?测试使用了下 暂时没有看到什么问题