1 repositorio
Organizing elements of a collection into a map where each key points to shared elements.
Distinct from Stream Element Grouping: None of the candidates cover general functional data organization; they focus on UI tracking or stream partitioning.
Explore 1 awesome GitHub repository matching data & databases · Key-Based Collection Grouping. Refine with filters or upvote what's useful.
collect.js is a dependency-free JavaScript library that provides a fluent, chainable interface for manipulating arrays and objects. It mirrors the Laravel Collection API, offering a consistent set of methods for data transformation across JavaScript and Laravel backend environments. The library stores collection data as plain arrays internally and supports fluent method chaining, where each method returns a new collection instance. The library distinguishes itself by closely replicating the Laravel Collection API in JavaScript, mapping each PHP method to an equivalent JavaScript implementatio
Groups collection items by a given key or callback, returning a new collection with group names as keys.