Live data from Hacker News

The Decline of Django

david-dahan.com

1–10 of 173 posts

Re: The Decline of Django

#4

What’s better?

I don't know Phoenix enough to make a fair comparison, but I'd say it have major features Django doesn't have (like LiveView), but the opposite is probably true.

But as soon as you go to the JS world, you won't find any full-featured framework like Django or Rails. The Django's philosophy is that all components are built by Django team itself whereas in the JS world, existing frameworks tend to gather independent components and define conventions to make them work together in an elegant way, which is very different.

Re: The Decline of Django

#5
post #4

What’s better?

I don't know Phoenix enough to make a fair comparison, but I'd say it have major features Django doesn't have (like LiveView), but the opposite is probably true. But as soon as you go to the JS world, you won't find any full-featured framework like Django or Rails. The Django's philosophy is that all components are built by Django team itself whereas in the JS world, existing frameworks tend to gather independent com…

Keystone.js has an admin similar to Django, but nowhere near as full featured.

Re: The Decline of Django

#9
If I were to have a Django backend and only be serving Json responses, what combination of methods/libraries are commonly used for that? Such as input validation, client side request sending, etc.

Re: The Decline of Django

#10

Eh a lot of these seems like strengths of Django. Rails chasing the SPA dragon has been a source of endless pain.

Could you elaborate? After a ~10 years hiatus I revisited Rails last year and whipped up a CRUD app with auth in no time. No SPA in sight.
Post reply on HN