Merging api and fe repos in a monorepo #1
Replies: 3 comments 1 reply
-
Hi @cloudcompute, glad you like it!
Good point, but didn't yet had the use case for fine grain permission control/ABAC with trpc, but for sure permission architecture with trpc is something to think about!
Nice to hear you find it useful! |
Beta Was this translation helpful? Give feedback.
-
I had worked on the monorepos earlier. All I wanted to ask was that. would it take time to merge the client and server repos of yours, for example, I am seeing, you are using 'octokit' library in the FE code. I don't think there is any need for it, in case of monorepo. |
Beta Was this translation helpful? Give feedback.
-
Also, if we use a monorepo, Zod validations and other project-specific types can be shared by both FE and BEs. |
Beta Was this translation helpful? Give feedback.
-
Hi @mkosir
I went through the code of both of your boilerplates and a demo too, looks great (little slow though, probably seeding database took time).
Would you suggest creating a monorepo that comprise both api-boilerplate and fe-boilerplate.. what do I need to take care of while doing this?
Typescript graphql has wonderful authorization / fine-grained permissions libraries. In case of trpc, is there any library that allows great control over permissions including ABAC?
I also had a quick look at the TypeScirpt guide and I found it amazing!
Thanks
Beta Was this translation helpful? Give feedback.
All reactions