From 91592019c4cd15456a0594d4b92f74ec38e057f0 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Thu, 26 Mar 2026 20:55:23 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=97=20Updated=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/client/README.md b/src/client/README.md index 6230fb1..b7ae58d 100644 --- a/src/client/README.md +++ b/src/client/README.md @@ -7,11 +7,12 @@ This folder houses all the components, utils and libraries that make up ThreeTwo It is based on React 18, and uses: -1. _Redux_ for state management +1. _zustand_ for state management 2. _socket.io_ for transferring data in real-time 3. _React Router_ for routing 4. React DnD for drag-and-drop 5. @tanstack/react-table for all tables +6. @tanstack/react-query for API calls