Skip to content

Latest commit

 

History

History
 
 

underscore&lodash

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Underscore 和 lodash 介绍

是个啥

lodashunderscorejs都是js工具库。

Underscore 和 lodash区别

  • lodash 比 underscorejs的性能好
  • lodash 能个性化构建:它能构建出underscorejs版(与underscorejs的api完全一致),modern版,compat版,Legacy版,moblie版等
  • lodash增加了一些underscore没有的api,如_.cloneDeep

总而言之,推荐用 lodash

推荐阅读