random-lodash-mixins:缺少 Lodash 的某些功能,但在使用例如 AngularJS + Socket.io 时可能很有用

时间:2024-06-23 07:50:18
【文件属性】:

文件名称:random-lodash-mixins:缺少 Lodash 的某些功能,但在使用例如 AngularJS + Socket.io 时可能很有用

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-23 07:50:18

JavaScript

随机函数 缺少 Lo-Dash 的某些功能,但我发现它很有用。 文档包含一些使用示例。 除了简单的例子,还有一些特别好的使用 AngularJS + Socket.io 的用例。 数组操作 我删除了这些函数,因为 Lo-Dash 已经提供了并且可以使用原生 JS 和 Lo-Dash 完成附加和前置。 下面是使用 Array.unshift 和 push 的示例。 前置 var a = [1, 2]; var arrayRef = []; var unshift = arrayRef.unshift; // Single element a.unshift(-1); // a = [-1, 1, 2]; // Callback socket.on('users:new', _.bind(_.call, $scope.users.unshift, $scope.users)); //


【文件预览】:
random-lodash-mixins-master
----.jshintrc(414B)
----.gitignore(20B)
----package.json(828B)
----src()
--------random-lodash-mixins.js(2KB)
----.travis.yml(113B)
----Gruntfile.js(1KB)
----LICENSE(1KB)
----README.md(3KB)
----bower.json(357B)
----test()
--------set.js(414B)
--------flatten.js(822B)
--------unflatten.js(865B)
--------clean.js(461B)
--------construct.js(422B)
----.editorconfig(428B)

网友评论