Thank you for your input!
You're correct that Django-Ninja is a powerful option for Django users who want to implement type hints and enjoy some of the benefits of FastAPI, like asynchronous support and automatic documentation. Django-Ninja provides a similar developer experience while being integrated into the Django ecosystem, which is great for those who are already familiar with Django.
However, it's worth noting that FastAPI was designed from the ground up for high performance, particularly with asynchronous tasks, and might be more suitable for projects where performance and scalability are critical. Both frameworks have their strengths, so the choice depends on the specific needs of the project and the developer's familiarity with each framework.
Thanks again for your comment! It’s great to have this kind of discussion.