-
Notifications
You must be signed in to change notification settings - Fork 2
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.
the file called DateUtils.tsx
should be used for all date conversion handling. Especially when sending to the backend convertLocalDateToUTCDate
must be used.