From ccedcf74dfde5a0eb73515e06fa4388b302e022a Mon Sep 17 00:00:00 2001 From: Steven Fabre Date: Thu, 26 May 2022 12:09:25 +0200 Subject: [PATCH] Added @liveblocks/redux to library-integration.md Added a link to [@liveblocks/redux](https://github.com/liveblocks/liveblocks/tree/main/packages/liveblocks-redux), a store enhancer to make any application built on top of Redux multiplayer. --- library-integration.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/library-integration.md b/library-integration.md index 8afed57..1f8025e 100644 --- a/library-integration.md +++ b/library-integration.md @@ -144,6 +144,10 @@ #### Other +- **@liveblocks/redux** + https://github.com/liveblocks/liveblocks/tree/main/packages/liveblocks-redux + A store enhancer to make your application multiplayer + - **deku-redux** https://github.com/troch/deku-redux Bindings for redux in deku < v2 @@ -214,4 +218,4 @@ - **glace** https://github.com/Fordi/glace - Glacé aspires to be a simple, fast, small, and elegant view layer for simple Redux-based apps. Its templates are entirely well-formed XML fragments and it outputs real DOM in real time. \ No newline at end of file + Glacé aspires to be a simple, fast, small, and elegant view layer for simple Redux-based apps. Its templates are entirely well-formed XML fragments and it outputs real DOM in real time.