Let's talk about Lodash

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

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.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.

  • 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.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • 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
  • 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
  • How to Remove Duplicate Objects from an Array in JavaScript

    1 project | dev.to | 3 Feb 2024
  • Observables and Observers in RxJS

    1 project | dev.to | 9 Jan 2024