Meihualu-cc
Results
3
comments of
Meihualu-cc
可是替换为vite-plugin-style-import还是很慢哎
> > 可是替换为vite-plugin-style-import还是很慢哎 > > (⊙o⊙)…有多慢呢?vite的主要优势在于开发时冷启动速度快,但是在首次启动时 按需编译的过程还是需要耗费一定时间的,首次启动时页面有十几秒的等待时间很正常,你看下network 请求mian.ts的耗时多久 请求mian.ts耗时37s,我就首次启动时页面加载慢,而且不止十几秒
这种方法也可以,亲测有用 import { useAliveController } from 'react-activation' import { useMount } from 'ahooks'; const Page =()=>{ const { dropScope } = useAliveController() useMount(() => { dropScope("/Page ") }) }