From 181de14f269b71171348c77a925a2a8820c24b57 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Tue, 5 Jul 2022 11:16:58 -0700 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20Updated=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/client/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/client/README.md b/src/client/README.md index 2eba9d7..6230fb1 100644 --- a/src/client/README.md +++ b/src/client/README.md @@ -5,11 +5,13 @@ This folder houses all the components, utils and libraries that make up ThreeTwo's UI -It is based on React 17, and uses: +It is based on React 18, and uses: 1. _Redux_ 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