ImJoeHs

Results 9 comments of ImJoeHs
trafficstars

> require.ensure and AMD require is now always async, even if the chunk was already loaded. > > require.ensure 和 AMD 的 require 的加载方式现在都是异步的了,哪怕所需的 chunk 已经加载了。 请教一下这个是什么意思?不是一直都是异步的吗,我有点乱了--

@hax 惭愧惭愧,有中文就下意识偷懒了不看原文,是我伸手党了。谢谢回答!

> 性列表是按浏览器整理的,那怎么知道哪些特性我用了,哪些没有用到,没有用到的部分也引入了是不是也是冗余?@babel/preset-env 有提供 exclude 的配置,如果我配置了 exclude,后面是否得小心翼翼地确保不要用到 exclude 掉的特性 有没有好用的 lint 工具,来禁止使用 无法被 babel transform / 配置了 exclude 的语法呢?

您好, 您的邮件已收到,我会尽快回复,谢谢。

您好, 您的邮件已收到,我会尽快回复,谢谢。

Sorry for disturbing. @NoNameProvided Could you plz have a look at this issue? Option `strategy: 'excludeAll'` behave allmost the same as `excludeExtraneousValues: true`, is that by design? ![image](https://user-images.githubusercontent.com/13445155/126791305-534da4bb-7626-469c-bc15-9ad70e0c362e.png) It seems...

请教一下,服务端render完的htmlstring不是带了数据的么,客户端再拉一次是出于什么原因?需要更新数据时不也应该在update中做吗?

@joeyguo 原来如此,非常感谢。

@evilemon 你这个问题不存在啊,如果依赖的数据需要被action改变,那它永远应该是在reduxStore里的,反之才有可能存在state里面,那为什么需要同步呢。setState异步这个特性不需要“被解决”啊,这样才能确保我们依赖的值是同一组,需要“被解决”的是服务端渲染导致的不同state。