sodiray/radash
Functional utility library - modern, simple, typed, powerful observed · 2026-08-28
Health v2 · maintenance only
35/100
- Activity 27
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2079
- days_rel: 441
- days_push: 441
- n_releases_24m: 1
Adoption not part of the score
4838 stars · 201 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Radash is a modern, zero-dependency functional utility library for JavaScript and TypeScript, offering typed helpers for arrays, objects, async operations, and control flow. It serves as a lightweight, tree-shakeable alternative to lodash with strong TypeScript support.
Use cases
- replace lodash with a smaller typed utility library
- safely handle async errors without try/catch boilerplate
- group, sort, and reduce arrays with functional helpers
- iterate ranges without for loops
- map and filter in a single pass for performance
- register cleanup handlers in async functions
When to choose
- you want zero-dependency, tree-shakeable utilities
- you work in TypeScript and want strong types out of the box
- you need modern functional helpers like try, defer, and select
When to avoid
- you need the full breadth of lodash's edge-case handling
- you rely on lodash-specific plugins or chaining semantics
- your project already standardizes on another utility library
Facets
library · maturity stable
developer-tools developer-tools web-development programming-languages browser cross-platform bun utility-library functional-programming typescript zero-dependencies lodash-alternative nodejs deno
2 sources
- readme: https://github.com/sodiray/radash · fetched 2026-08-28 · 689d9f1318bf
- homepage: https://radash-docs.vercel.app · fetched 2026-08-29 · 2e063cec8232
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| sodiray/radash | main | 35 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem