Dva: Ideas

Created on 12 Jul 2016  ·  3Comments  ·  Source: dvajs/dva

没有集成在 1.0 RoadMap 里的先放这里,可能 2.0 或者之后的版本再做。

  • Framework

    • SSR Support

    • ReactNative Support

    • HMR Support: reducer, effects

    • Fetch Wrapper

    • Build Size

    • ImutableJS Support

  • Addons

    • i18n

    • auto loading status

  • Tools

    • dva-devtools

    • dva-app

Most helpful comment

SSR

应该已经可以用了,但没试,会在 https://github.com/dvajs/dva-hackernews 试下

代码的分割,动态加载

model 已经支持动态注入了,所以 web 端结合 react-router 的 dynamic config 可以拆分代码,动态加载。详见:https://github.com/dvajs/dva/tree/master/examples/dynamic-load

All 3 comments

SSR 的支持非常期待,另一个希望能考虑的是:代码的分割,动态加载。

SSR

应该已经可以用了,但没试,会在 https://github.com/dvajs/dva-hackernews 试下

代码的分割,动态加载

model 已经支持动态注入了,所以 web 端结合 react-router 的 dynamic config 可以拆分代码,动态加载。详见:https://github.com/dvajs/dva/tree/master/examples/dynamic-load

It's outdated, close.

Was this page helpful?
0 / 5 - 0 ratings