Which Javascript functional library: Underscore or wu.js or Functional or …? [closed]

守給你的承諾、 提交于 2019-12-21 04:38:27

问题


I am building a node.js app and wondering which javascript lib to add to my repertoire. Current short list includes:

  • Underscore
  • wu
  • Functional

Bonus points for something that works in the browser (so I can use it on both client and server).

Any ideas? Advice? Opinions on the above? Something else I should investigate?


回答1:


I really like underscore.js. I use it alongside async.js, which offers async-friendly versions of many of the same functions. Both of these work in node.js AND the browser, giving you some pretty powerful tools to use across all your code.



来源:https://stackoverflow.com/questions/3690411/which-javascript-functional-library-underscore-or-wu-js-or-functional-or

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!