A Typescript-first alternative to Lodash/Underscore

This page summarizes the projects mentioned and recommended in the original post on /r/typescript

Civic Auth - Auth in Less Than 5 Minutes
Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
www.civic.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. just

    A library of dependency-free JavaScript utilities that do just one thing. (by angus-c)

    Just doesn't have everything but it's pretty good

  2. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  3. lodash

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

    Indeed, stability and reliability are important for libs like this. Lodash hasn't been updated in 2 years! If it's not broke don't fix it lol. https://github.com/lodash/lodash

  4. remeda

    A utility library for JavaScript and TypeScript.

    I saw this trending a few days ago: https://github.com/remeda/remeda

  5. curray

    Curray is an extension library for the Array object.

    I wrote a library years ago https://github.com/rogerfar/curray to mimic Linq behaviour. Works in native arrays, even orderby and thenBy.

  6. Rambda

    Typescript focused FP library similar to Remeda and Rambda

    I am creator or Rambda and its idea is to be lightweight Ramda alternative with better TS support. Feel free to check it out - https://github.com/selfrefactor/rambda

  7. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
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

  • Debouncing in React: With and Without Libraries

    1 project | dev.to | 17 Mar 2025
  • Top 10 Expert-Crafted JavaScript Coding Interview Questions

    1 project | dev.to | 7 Jan 2025
  • Customize TypeScript syntax highlighting in VSCode

    1 project | dev.to | 7 Jan 2025
  • JavaScript evolution: From Lodash and Underscore to vanilla

    5 projects | dev.to | 19 Dec 2024
  • Buh-Bye Webpack and Node.js, Hello Rails and Import Maps

    3 projects | dev.to | 6 Aug 2024

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