How many people are greenfield new Django style projects? I know Static Server-Side Rendering is becoming new hotness but I still thought pure Server-Side Rendering is frowned upon.
Most of SSR I see is still SPA + Rest API/GraphQL backend with some scraper generating all the HTML.
This is orthogonal; You don't use auth, email, automatic admin, migrations etc from a SPA; those are backend jobs.