GraphQL ? #445
Replies: 4 comments 8 replies
-
for Frontend: |
Beta Was this translation helpful? Give feedback.
-
for Backend: Since we don't have a database, it will be easier to set up a GraphQL server, and create resolvers for each module in the |
Beta Was this translation helpful? Give feedback.
-
Hi @ZibanPirate and @Omar-Belghaouti , Graphql is a good i would love to help |
Beta Was this translation helpful? Give feedback.
-
Hey @ZibanPirate , I found what I think it's better replacement than GraphQL, check this tRPC out! It is definitely well suited for monorepos same as ours. Basically with it, you can define methods in the api folder for queries and mutations and you will get type inference between clients ( |
Beta Was this translation helpful? Give feedback.
-
GraphQL is a nice to have skill for both front and back end developers, should we add it to dzcode.io and learn about it while working on it?
Any suggestions on what library to use, on both frontend and backend, what is the best way to use this in a monorepo? how can we take advantage of the existing Classes and Types in
@dzcode.io/models
?Beta Was this translation helpful? Give feedback.
All reactions