From 5a24c350666a63805d382323e2dbe3db18d82a40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bryxi=CC=81?= Date: Sun, 8 Aug 2021 08:52:35 +0100 Subject: [PATCH] docs(#90): cross link yet another addon - ember-array-map-resource --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5510cb733..79bc19880 100644 --- a/README.md +++ b/README.md @@ -596,6 +596,7 @@ test('my test', async function (assert) { List of addons that use and wrap `ember-resources` to provide more specific functionality: - [ember-data-resources](https://github.com/NullVoxPopuli/ember-data-resources) - resources for reactive data fetching with ember-data +- [ember-array-map-resource](https://github.com/NullVoxPopuli/ember-array-map-resource) - provides a useArrayMap function which returns a resource that reactively maps data per-element, so that when the overall collection is dirtied, only the changed/new/removed elements affect the mapped collection ## Contributing