usdevs / usc-website-hackathon-frontend

Prototype frontend
https://usc-website-hackathon-frontend.vercel.app
2 stars 4 forks source link

[Misc] Simplify type management and DB subscription #22

Open parth-io opened 1 year ago

parth-io commented 1 year ago
zsh-eng commented 5 months ago

For sharing types between frontend and backend, there are 2 broad options.

Migrate backend to Next.js and use tRPC

Pros:

Considerations:

Swagger + OpenAPI

Pros:

Cons: