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.
The holy grail for me would be a Django backend that renders react on the server. A Django nextjs.