From 23acbe12433522af42a314e393d6a0895e8479e9 Mon Sep 17 00:00:00 2001 From: Adrien Trouillaud Date: Wed, 23 Aug 2017 15:10:05 -0700 Subject: [PATCH] Adding redux-data-structures --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f96cc1..371924b 100644 --- a/README.md +++ b/README.md @@ -381,6 +381,7 @@ * [**listate** - Library to listen/observe/watch changes of Redux store state](https://github.com/gamtiq/listate) * [**redux-reducer-async** - Create redux reducers for async behaviors of multiple actions.](https://github.com/AndersDJohnson/redux-reducer-async) * [**redux-autoreducers** - Redux Auto reducers generator.](https://github.com/oxyno-zeta/redux-autoreducers) + * [**redux-data-structures** - Reducer factory (higher-order functions) for counters, maps, lists (queues, stacks), sets, etc.](https://redux-data-structures.js.org/) * Frameworks