Hacker News
- A Lodash-style Go library based on Go 1.18 Generics (map, filter, contains) https://github.com/samber/lo 3 comments
- Lodash Migrates to Bun https://github.com/lodash/lodash/commit/97d4a2fe193a66f5f96d7b813bed96b35b5abf15 3 comments
- Underscore and Lodash Merge Thread https://github.com/jashkenas/underscore/issues/2182 67 comments
- Jsperf for Fast.js, Lodash, Native http://jsperf.com/fast-vs-lodash 25 comments
- I made a small typescript library to read and write CSV files with a fluent Lodash-like API. What do you think of it reddit ? Comments and contributions very welcome <3 https://www.npmjs.com/package/with-csv 4 comments javascript
- GitHub - blend/promise-utils: Lodash-like utilities for promises https://github.com/blend/promise-utils 10 comments node
- You-Dont-Know-About-Lodash-Underscore https://github.com/stevemao/you-dont-know-about-lodash-underscore 14 comments javascript
- ModernDash | A Typescript-First utility library inspired by Lodash. Optimized for modern browsers. https://github.com/Maggi64/moderndash 22 comments typescript
- Reset Lodash Filter https://codepen.io/flashvenom/pen/abyVNev 10 comments vuejs
- Is Lodash still a thing? Or are there already newer/better libraries? https://lodash.com/ 37 comments webdev
- My short, easy, dependency-less method for compiling and distributing Typescript libraries with both top level exports and exports from sub directories / sub modules, similar to how libraries like rxjs and lodash are structured. https://github.com/dawar/typescript-library-tutorial 3 comments typescript
- Google Took Down My Chrome Extension for Using Lodash https://roadtoramen.com/day-435-google-took-down-my-extension-for-using-lodash-a3096c51321f42e0a04c77e1a25f484a 18 comments programming
- GoFP – A Lodash like utility library for Golang developers https://pkg.go.dev/github.com/rbrahul/gofp 14 comments golang
- Lodash like array utility library https://www.reddit.com/r/dartlang/comments/ifq00v/lodash_like_array_utility_library/ 3 comments dartlang
- React Functional Components and Lodash High-Order Functions https://medium.com/@vdeantoni/react-functional-components-and-lodash-high-order-functions-a0bc9e2df171?amp%3Bsk=403c607784238c9f812917be3e2bee57&source=friends_link 13 comments reactjs
- Lodash FP usage retrospective https://codingwithjs.rocks/blog/lodash-fp-usage-retrospective 4 comments javascript
- You should not use lodash for memoization https://dev.to/nioufe/you-should-not-use-lodash-for-memoization-3441 7 comments javascript
- Better branching with Lodash _.cond https://codingwithjs.rocks/blog/better-branching-with-lodash-cond 7 comments javascript
- Snyk research team discovers severe prototype pollution security vulnerabilities affecting all versions of lodash https://snyk.io/blog/snyk-research-team-discovers-severe-prototype-pollution-security-vulnerabilities-affecting-all-versions-of-lodash/ 28 comments javascript
- You don’t need Lodash or How I started loving JavaScript functions https://blog.bitsrc.io/you-dont-need-lodash-or-how-i-started-loving-javascript-functions-3f45791fa6cd 8 comments node
- New job has me looking at Lodash more critically. Wondering how others might feel. https://www.reddit.com/r/javascript/comments/94vu3c/new_job_has_me_looking_at_lodash_more_critically/ 130 comments javascript
- Newbie questions about code compilation and lodash type checking https://www.reddit.com/r/typescript/comments/94rmal/newbie_questions_about_code_compilation_and/ 6 comments typescript
- Javascript array methods map,reduce,filter,find vs for loop vs vs for each vs lodash methods https://github.com/dg92/performance-analysis-es6 3 comments javascript
- You Might Not Need Lodash https://dev.to/antjanus/you-might-not-need-lodash--khj 18 comments javascript
- Function Composition with Lodash https://hackernoon.com/function-composition-with-lodash-d30eb50153d1 2 comments javascript
- fast sorting that significantly outperforms lodash sorting. https://www.npmjs.com/package/fast-sort 3 comments javascript
- Moon: a new language that runs "inside" JS, has a decentralized "package" manager and can be 10-100x faster than Ramda, Lodash etc. thanks to Haskell-borrowed optimizations https://github.com/maiavictor/moon-lang 4 comments javascript
- Lodash is not (only) for list manipulation! https://blog.pragmatists.com/lodash-is-not-only-for-list-manipulation-791c2e3b9de1 31 comments javascript
- Why does lodash avoid the usage of typeof? https://www.reddit.com/r/javascript/comments/5g2kc4/why_does_lodash_avoid_the_usage_of_typeof/ 28 comments javascript
- I'm a bit lost at connecting TypeScript code to a "old school" webpage (I'd like to use TypeScript to build a website using jQuery, Handlebars, and Lodash). Any recommended reading? http://www.jbrantly.com/typescript-and-webpack/ 12 comments typescript
- 10 Lodash Features You Can Replace with ES6 https://www.sitepoint.com/lodash-features-replace-es6 3 comments javascript
- Converting lodash to lodash.fp https://www.reddit.com/r/javascript/comments/4hncvb/converting_lodash_to_lodashfp/ 16 comments javascript
- Can I do this conversion with some elegant lodash magic? http://pastebin.com/hK0Pt2zg 6 comments javascript
- Bookmarklet for in-browser JSON transformation using Lodash https://gist.github.com/leudanielm/47b9071445e083d150c2 5 comments javascript
- Using Lodash as a Collection of Micro-Libraries http://knpw.rs/blog/using-lodash 28 comments javascript
- lodash v4.0.0 is out https://github.com/lodash/lodash/releases/tag/4.0.0/ 12 comments programming
- Lodash 4.0 is out https://github.com/lodash/lodash/releases/tag/4.0.0 32 comments javascript
- Lodash ES7 Decorators https://github.com/steelsojka/lodash-decorators 8 comments javascript
- Underscore + Lodash merge proposal https://github.com/jashkenas/underscore/issues/2182 113 comments javascript
- Lazy.js - like Underscore or Lodash, but with lazy evaluation http://danieltao.com/lazy.js/ 44 comments javascript