Skip to content

Frontend Architecture

Benson Cho edited this page Jun 20, 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.

DateUtils

the file called DateUtils.tsx should be used for all date conversion handling. Especially when sending to the backend convertLocalDateToUTCDate must be used.

Clone this wiki locally