Cached Iterable
JSON →cached-iterable provides CachedSyncIterable and CachedAsyncIterable classes that wrap any iterable to cache yielded elements, enabling multiple iterations without depletion. Stable version 0.3.0, low release cadence (last release Feb 2019). Key differentiator: simple, lightweight caching for both sync and async iterables, with no dependencies and support for legacy browsers via a compat build. Suitable for client-side and server-side use.
Resources
packagecached-iterable ↗