✏️ Updated README

This commit is contained in:
2022-07-05 11:16:58 -07:00
committed by GitHub
parent 2ab27926f6
commit 181de14f26

View File

@@ -5,11 +5,13 @@
This folder houses all the components, utils and libraries that make up ThreeTwo's UI 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 1. _Redux_ for state management
2. _socket.io_ for transferring data in real-time 2. _socket.io_ for transferring data in real-time
3. _React Router_ for routing 3. _React Router_ for routing
4. React DnD for drag-and-drop
5. @tanstack/react-table for all tables