Let's talk about Lodash

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • proposal-pipeline-operator

    A proposal for adding a useful pipe operator to JavaScript.

    Some are under discussion, like the pipeline operator, which has some similarities to Lodash's chain method.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • babel-plugin-lodash

    Discontinued Modular Lodash builds without the hassle.

    Alternatively, there is a Babel plugin that can do this for you. There is also a webpack plugin that will further optimize things.

  • You-Dont-Need-Lodash-Underscore

    List of JavaScript methods which you can use natively + ESLint Plugin

    Now go forth with your newfound Lodash knowledge! Make intentional choices about what needs a third-party dependency. And be sure to check out the do you need Lodash project.

  • lodash

    A modern JavaScript utility library delivering modularity, performance, & extras.

    If you were a JavaScript developer during a certain era, you're likely familiar with the library Lodash. It's a utility library full of functions that make it easier to manipulate arrays, objects and strings. Lodash included so many critical functions that, for a long time, it was one of the first things developers would download when setting up a new project. However, times have changed.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Help! I removed unused node modules packages and I optimized the imports but the bundle size does not changed

    4 projects | /r/Angular2 | 25 Oct 2022
  • Buh-Bye Webpack and Node.js, Hello Rails and Import Maps

    3 projects | dev.to | 6 Aug 2024
  • How to shuffle an array in JavaScript

    1 project | dev.to | 16 May 2024
  • Getting Started with Lodash: A Beginner's Guide to JavaScript Utility Functions

    1 project | dev.to | 21 Mar 2024
  • JavaScript Equality Under the Lens: Enhancing React's Dependency Checks

    1 project | dev.to | 18 Feb 2024

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?