Skip to content

Frontend Architecture

Benson Cho edited this page Mar 21, 2024 · 3 revisions

We are using the CRA (Create React App) workflow for React. This is supplemented with OpenAPI fetch as our fetch client, with React Query to manage server state, as well as sweet state for client side state. Styling is to be done using tailwind CSS.

Clone this wiki locally