Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate front-end development setup (JavaScript'ish, CSS'ish) #173

Open
bittner opened this issue Sep 2, 2020 · 0 comments
Open

Integrate front-end development setup (JavaScript'ish, CSS'ish) #173

bittner opened this issue Sep 2, 2020 · 0 comments

Comments

@bittner
Copy link
Member

bittner commented Sep 2, 2020

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" ™️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant