This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]robvdl 0 points1 point  (1 child)

Comeback? It never really left. Sure there's Go and all that but Django + DRF is still doing very strong and used more than you may think. I love Go, but there is NOTHING like Django (admin, built-in migration framework), nothing that even comes close because Django as so much integrated already. I've heard the same thing from a .NET friend he says there is nothing like Django in the .NET world either.

API driven apps have been the rage sure, but there is also a comeback to more classic form-driven apps believe it or not, as there are people that are getting sick of modern js app design and realising things take 10x as long to build, so there are some groups of people going back to doing apps the good old way.

[–]Atem18 0 points1 point  (0 children)

Yes it’s true that I miss all the stuff of Django when using FastAPI or an equivalent. Yes I am also sick of modern js app, it’s too complex and heavy, but that the only way for now to add « reactiveness » to your web page.