-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
I actually worked in a company that used this, my work involved doing the frontend with nextjs, so basically I’d use https://quicktype.io to create the types for the api written in Django, not the best process considering that there’s this amazing library called tRPC that merges front and back altogether end to end type safe
-
I'd suggest checking out Pydantic if you haven't already: https://docs.pydantic.dev/
-
But it seems that its doing what django-ninja is doing. Is there any difference between these 2 packages?