ant-design / ant-design-mobile

Essential UI blocks for building mobile web apps.
https://mobile.ant.design
MIT License
11.51k stars 2.38k forks source link

淘汰 lodash/lodash-es 依赖 #6523

Closed guoyunhe closed 1 week ago

guoyunhe commented 6 months ago

Version of antd-mobile

5.33.0

What is this feature about?

不管是 lodash 还是 lodash-es, 即使正确的 tree-shaking, 都会带来几十 KB 的体积(antd-mobile 实际上只用了 4 个 lodash 函数),是否可以用更轻量化的库来替换,或者使用原生代码替代 https://youmightnotneed.com/lodash/

afc163 commented 5 months ago

+1

Michael18811380328 commented 1 week ago

+1

guoyunhe commented 1 week ago

antd-mobile 产物已不再依赖 lodash