Is shifting an existing Django project to FastAPI a good idea?

Viewed 776

I am working on a Django project currently and recently I came across FasAPI. After seeing all the advantages of FastAPI, I am really tempted to shift my project to it. The current project is pretty huge and it's gonna take a while to switch. Is it worth switching to FastAPI spending such a huge effort in the long run?

0 Answers
Related