thedatasnok / webshop

Project assignment for the courses IDATA2301 and IDATA2306 at NTNU.
MIT License
1 stars 0 forks source link

Storefront: Set up & integrate form for registering new users with backend #40

Closed thedatasnok closed 1 year ago

thedatasnok commented 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.

thedatasnok commented 1 year ago

We'll start with using RTK Query.

https://redux-toolkit.js.org/rtk-query/overview