Hacker News new | ask | show | jobs
by markus_zhang 1949 days ago
Never done anything close, just curious, I still need JS for frontend right?
1 comments

Technically no. Django uses templates which can be pure HTML if you want. You can add JS if you want to, but its not required. In fact server side rendering is one of the most common ways to serve sites that don't need to be dynamic in the browser