Hacker News new | ask | show | jobs
by maronato 841 days ago
Django is truly amazing. It’s as you said - you don’t have to think about anything else other than the business problem. Authentication, session, databases, RBAC, everything is handled for you. Unfortunately, if you want to use react, it usually means you’ll write APIs that are consumed by a browser-rendered app.

The holy grail for me would be a Django backend that renders react on the server. A Django nextjs.

1 comments

There is Django Unicorn. Never used it so I don’t know what it’s worth.