Replies: 1 comment
-
Regarding your point with the serializers, I honestly enjoy working with ninja much more that with DRF when it comes to building the API. In my experience it is much easier to understand. Especially for big projects. Regarding your point with classed based views. We have #15 and I'd recommend reading #15 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I like this project over rest-framework in some part, especially it is typed. I noticed that there is still many different between ninja and rest-framework not just in code but also in design and practice, eg:
will ninja be more like rest-framework for fast CRUD or fastapi for small project?
I'd like to see ninja be more like rest-framework, I suggest just copy design from rest-framework and fix mistakes in rest-framework like too inherit.
Beta Was this translation helpful? Give feedback.
All reactions