chenxiang
chenxiang
> 最简单的用法 ``,你们业务里面会直接使用 tableProps 吗? 使用,结合useMemo可以减少table的重新渲染
同问, 请问是什么原因啊
@alexander-akait Hi, I've noticed that my pull request hasn't been reviewed yet. If you could find some time to review it, I'd really appreciate it. Thanks a lot!
Great, could you please take a look again. @alexander-akait
@fz6m 我个人认为,环境变量 SOCKET_SERVER 这种方式不太合理, 将 port 传递到client 中应该能避免掉这个问题。 多个子应用同时本地开发,因为服务端口不同,ws 的端口应该也跟着变。所以我认为传递参数是最佳的方案, 这个还可以避免端口占用,自动切换端口后,ws port 对不上的问题。 我认为选择做在qiankun插件中也不是一个好的解决方案。 因为目前市面上微前端方案很多,umi 应该是作为一个独立的前端框架。
@chenjiahan You need to run it under chrome 70, and then the following error will appear.  The problem is that the polyfill does not take effect, not the splitChunk...
Any new progress? @chenjiahan
Sorry, my description is wrong, in fact the problem is that mf requires globalThis. However, after rsbuild turns on mf, corejs will be additionally divided into chunks and executed later,...
Yes, it works. But I would like to inject polyfill via entry, for example for compatibility with some third-party packages, and it works fine in webpack.
> Why can't you add the prefix when moving from HashRouter to `createHashRouter`? I'm not creating the routes directly in the front-end code but in an out-of-the-box front-end framework, where...