We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在之前dva-cli脚手架生成的框架里,有一个可以由我们自定义配置的router.js,所以我们可以import react-router-cache-route去配置缓存路由,但是在umi里不管是约定式路由还是配置的路由,其最终生成有效的路由文件的过程都是框架自己做的,我该在哪一步去引入 react-router-cache-route配置缓存路由呢?
The text was updated successfully, but these errors were encountered:
我需要研究一下,还没用过 umi
Sorry, something went wrong.
看了一下文档,似乎确实是没有下手之处,目前需要等待 umi 的兼容
@xiaohuoni umi 的同学已经在尝试增加 CacheRoute 了
进度在 umijs/umi#3084 中,可以关注此处
feature issue 为 umijs/umi#3091
@CJY0208 这效率杠杠的,希望umi能兼容一套路由缓存的方案
No branches or pull requests
在之前dva-cli脚手架生成的框架里,有一个可以由我们自定义配置的router.js,所以我们可以import react-router-cache-route去配置缓存路由,但是在umi里不管是约定式路由还是配置的路由,其最终生成有效的路由文件的过程都是框架自己做的,我该在哪一步去引入 react-router-cache-route配置缓存路由呢?
The text was updated successfully, but these errors were encountered: