Chris Harrington

Results 9 comments of Chris Harrington

I've been coming up to speed on HTMX this month as I contemplate a big web site refactor. As part of that learning, I made an echo web service so...

>edit UI is statically known I'm confused by this statement. Your static template has a hard-coded user Joe Blow. Certainly you have other users ;) Or is you use case...

Here's an example done with client-side templates and an echo web service. Note that edits work and are round-tripped. https://codepen.io/charring/pen/dyaqPgx

@AugustNagro Okay. But then that's not really a "template", and I'm not sure how it saves network traffic if you're sending a new one for each user.

I had been trying Chrome. I decided to try Firefox These patterns worked in Firefox: ```

I'm reopening as this should be documented in the xslt-template example. And that doc should use a more realistic example with HTML generation. https://htmx.org/extensions/client-side-templates/#full-xslt-html-example

@svenberkvens I don't have a use-case - not yet anyway. I'm just learning HTMX and find the client-side templates to be convenient for that learning. I use xslt templates client-side...

Yes, I find myself making examples in order to learn it. And I'll put up a page with my learnings and with links to the codepen examples.

Answering my own question. It's a Serilog thing, and adding a reference to Serilog fixed it