You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A good read on how to do modern front-end development properly, integrated in a backend-heavy project, is "Modern JavaScript for Django Developers". The excellent articles series was mentioned recently on Python Weekly's issue 459.
In short, the way-to-go is hybrid:
Server-first where we don't need a lot of JavaScript,
Client-first for complex front-end task that SPAs are good for.
EDIT: Since 2021, "low-JavaScript" is the secret sauce (HTMX + Alpine.js).
Use Case
All projects should optionally get a front-end setup generated, which incorporates both convenient local development practices and state-of-the-art static artifact generation and deployment. "From commit #1" ™️
The text was updated successfully, but these errors were encountered:
A good read on how to do modern front-end development properly, integrated in a backend-heavy project, is "Modern JavaScript for Django Developers". The excellent articles series was mentioned recently on Python Weekly's issue 459.
In short, the way-to-go is hybrid:
Use Case
All projects should optionally get a front-end setup generated, which incorporates both convenient local development practices and state-of-the-art static artifact generation and deployment. "From commit
#1
" ™️The text was updated successfully, but these errors were encountered: