https://htmx.org logo
Can someone help me remember the difference betwee...
# 🔥-django-htmx
w
Can someone help me remember the difference between Django's HttpResponseRedirect and the HttpResponseClientRedirect from the django-htmx lib? Is it that the ClientRedirect forces a full refresh to the provided url and using HttpResponseRedirect would still implement e.g., the
hx-target
of the request?