ShowJoy
ShowJoy
> 目前每次 getComponent 都会重新生成一个组件定义,会被 React 认为是全新的组件,按首次渲染看待 > > 不要在 map 里 getComponent,每个组件仅定义一次再试试 map只会跑一次,每个组件只会定义一次吧,没有用cacheswitch的话就只会渲染当前的组件
缓存生效了,就是缓存过的页面还会渲染一次,缓存越多那就越卡了,eg,访问页面路径A->B->C, 那访问C页面时,A,B缓存过的页面还是会rerender渲染一次
vscode换了api,不支持现在的写法,增加了安全性,目前没有找到解决办法
example?
this plugin don't provide proxy setting, please switch to external network
..., change a place?
> > ..., change a place? > > I need to use it in my company... The plug-in is offline, only need the network for the first time
I have the same question.