-
Notifications
You must be signed in to change notification settings - Fork 1
React
Kevin O'Connell edited this page Sep 27, 2021
·
1 revision
Abacus uses React for the frontend UI.
Abacus's react components are found within the frontend/src folder.
The root App.tsx file, as well as all TSX files within the frontend/src/pages folder. The former sets up the general structure for the site, whereas the latter is how we set up each page within the site.