Y
Hacker News
new
|
ask
|
show
|
jobs
by
gl-prod
333 days ago
In Django, how do you create components well and handle user interactions?
4 comments
Izkata
333 days ago
It's been a long time (we've gone all React), but I remember doing reusable components with templatetags.
link
kaptainscarlet
333 days ago
I think that's where htmx comes in
link
kukkeliskuu
331 days ago
I use django-components.
link
jollyllama
333 days ago
re:componenets Just use jinja templates.
link