Closed thedatasnok closed 1 year ago
Either use RTK Query or React Query. Not sure which delivers better DX.
RTK Query allows for code generation based off OpenAPI docs.
For forms: zod + https://mantine.dev/form/use-form/
Interacting with the backend API, using one of these: https://redux-toolkit.js.org/rtk-query/overview https://react-query-v3.tanstack.com/overview
Decision to be made.
We'll start with using RTK Query.
https://redux-toolkit.js.org/rtk-query/overview
Either use RTK Query or React Query. Not sure which delivers better DX.
RTK Query allows for code generation based off OpenAPI docs.
For forms: zod + https://mantine.dev/form/use-form/
Interacting with the backend API, using one of these: https://redux-toolkit.js.org/rtk-query/overview https://react-query-v3.tanstack.com/overview
Decision to be made.