How to prevent partial rendering in HTMX? To prevent partial rendering in HTMX you can use `HX-Request` to determine which HTML to sent to frontend. 4 Jul, 2022 htmx 4 Jul, 2022 htmx
How to change Browser URL in HTMX To change browser URL in HTMX you have to use hx-push-url 1 Jul, 2022 htmx 1 Jul, 2022 htmx
How to redirect from server side in HTMX HTMX works like Ajax request but in this blog post I have explained a way to redirect the user from server side. 30 Jun, 2022 htmx 30 Jun, 2022 htmx
How to check ForeignKey reverse relation exists in Django? To check reverse relation exists in Django you need to use isnull keyword on queryset 27 Jun, 2022 django 27 Jun, 2022 django
How to setup Tailwind CSS in Hugo? Hugo Tailwind CSS theme - Lets see how we can integrate Tailwind CSS to Hugo project. 27 May, 2022 hugo 27 May, 2022 hugo