SaaSHub helps you find the best software and product alternatives Learn more →
Just Alternatives
Similar projects and alternatives to just
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
Prisma
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB
-
-
-
-
-
-
-
-
-
-
-
You-Dont-Need-Lodash-Underscore
List of JavaScript methods which you can use natively + ESLint Plugin
-
-
-
-
-
just discussion
just reviews and mentions
-
SuperUtilsPlus: A Modern Alternative to Lodash
Nice work! Reminds me of https://github.com/angus-c/just
Suggestion: add more tests and run some benchmarks
-
Frontend resources! 🚀
Just: A library for common JavaScript utilities
-
🚀 The Fast, Accurate, JavaScript Objects Diffing & Patching Library
just-diff
-
TC39: Add Object.groupBy and Map.groupBy
You can roll your own or use a utility library. A simple zero-dependency library would be something like just-group-by [1]. Although I now prefer remeda [2] as it seems to have the best typescript support, especially the strict variants such as `grouBy.strict`.
[1] https://github.com/angus-c/just#just-group-by
-
No Lodash
Tree-shaking doesn't help much when the tree-shaken implementation is so bloated.
Here's the one you referenced, lodash.chunk: https://unpkg.com/lodash.chunk – 140 lines after removing comments and whitespace.
That's pretty small compared to a lot of the lodash utilities. Try spot-checking a few on unpkg.
I prefer angus's `just` utilities: https://github.com/angus-c/just
-
Snap.js - A competitor to Lodash
I absolutely love this. When I need some Lodash alternative I'll usually reference angus-c/just but I am definitely bookmarking this for next time.
- [AskJS] Which utility libraries are in your opinion so good they are basicaly mandatory?
-
[AskJS] Which JS libraries and packages are currently your favourites?
The just set of utility functions are really nice to use. https://github.com/angus-c/just
-
A Typescript-first alternative to Lodash/Underscore
Just doesn't have everything but it's pretty good
-
/svu - svultimate svelte svutilities
One of my favourite "libraries" are the "just" packages, where each part of the library is it's own simple package with zero dependencies (https://github.com/angus-c/just) so you essentially just npm install the specific thing you want - which is generally a single function.
-
A note from our sponsor - SaaSHub
www.saashub.com | 13 Jun 2026
Stats
angus-c/just is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of just is JavaScript.