-
💠How To Configure Base Url For All Requests Using...
Today I learned how to configure the baseurl for htmx using the <base> tag. This is pretty handy to be able to configur
-
💠Fasthx
Very interesting approach to htmx and fast api. It uses separate decorators for returning template partials and json th
-
💠Fasthx
Very interesting approach to htmx and fast api. It uses separate decorators for returning template partials and json th
-
💠> Htmx ~ The Response-Targets Extension
The htmx response-targets extension allows me to respond to errors from the backend and do normal htmx swaps. > !!! not
-
Jinja Loop Variable And Htmx
jinja has a loop variable that is very handy to use with htmx. Whether you Now for every chunk of contacts that we load we will trigger the infinite
-
💠> Htmx ~ Locality Of Behaviour (Lob)
Interesting principle here. What a great example, If I'm looking at the second jQuery example, I have to dig into dev t
-
💠Sysid/Sse-Starlette
sse-starlette provides server sent events for startlette and FastApi. I'm evaluating for use with htmx. Installatio
-
💠Teej Dv 🔠On X: "Hypermedia Fixes This Hateoas G...
HATEOAS gonna hate. More and more htmx seems like the js library for backend devs. So rather than making 55 rest calls
-
💠> Htmx ~ Hx-Indicator Attribute
The htmx-request class is added to htmx-target elements. You can target this css selector to create loading state
-
💠> Htmx ~ The Disable-Element Extension
An extension to disable elements during flight of an htmx request, Looks super useful for things like a create or delete
-
💠The Truth About Htmx | Prime Reacts - Youtube
Prime concisely made sense of why htmx is so awesome compared to what has become modern reactive web dev in 2 minutes.
-
💠> Htmx ~ Examples ~ Updating Other Content
Three ways to support updating other content. Fantastic article walking through the different ways to update other part
-
💠Python - How To Use A Pydantic Model With Form D...
I went down the route of leveraging the json-enc extention in htmx, but later realized that this completely breaks bro
-
💠Htmx Looks Pretty Neat #Coding #Javascript - You...
Love the poling example with hx-trigger='every 1s'.
-
💠> Htmx ~ The Client-Side-Templates Extension
Using templates with htmx requires the client-side-templates extension, and the template engine to be loaded in a <scri
-
💠> Htmx ~ Documentation
A complete reference of all of the htmx swapping methods.
-
💠> Htmx ~ The Json-Enc Extension
json-enc extension converts url encoded form values into json encoded data, this is very useful for fastapi to have the