I was learning django rest framework but now I figure out that there are another framework for rest api in python like Fastapi and django-ninja . nowdays I hears DRF is slow for big project .
what are differences between Fastapi and Django-ninja ?
which one is better to create big project as ecommerce and shopping website ?
which one is faster ?
and which has most popularity among of python programmers .