Files
threetwo/src/client
..
2026-03-04 23:42:50 -05:00
2026-02-25 16:57:46 -05:00
2026-03-09 20:39:58 -04:00
2025-07-14 12:06:04 -04:00
2026-03-09 17:10:18 -04:00
2026-03-04 23:42:50 -05:00
2026-03-09 17:10:18 -04:00
2026-02-25 16:57:46 -05:00
2026-03-04 23:42:50 -05:00
2022-07-05 11:16:58 -07:00

ThreeTwo UI

I have tried my best to document the project through folder organization, comments, and actual JSDocs where applicable. Unit tests and I have not agreed for a long time now, and I think it won't change anytime soon.

This folder houses all the components, utils and libraries that make up ThreeTwo's UI

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