mountains-o-data · @bikelang
2 followers · 25 posts · Server hachyderm.io

This stuff is really neat. I kind of want to build my own web framework around it in

#htmx #golang

Last updated 1 year ago

is one of those web libraries that enables all sorts of HN articles like "I rebuilt my blog using Fortran and HTMX"

#htmx

Last updated 1 year ago

quoll (โˆš) · @quoll
284 followers · 4004 posts · Server mastodon.sdf.org

how does htmx say i should build dynamic charts?

i was planning to use chart.js to build a custom gantt chart style thing.

but thats a slippery slope leading to more js, libraries, tooling etc.

with htmx do i just render png's? or i guess i could dynamically generate some pretty nice svg's server side ๐Ÿค”

#htmx #webdev

Last updated 1 year ago

Mark Kennedy · @mrmonkington
128 followers · 261 posts · Server hostux.social

Reading about server side events using async iterators in and and remembering that in ~ 2000 a couple of us built a web based IRC client specifically for IE4 that received data from a protocol bridge that sent events to the browser by drip feeding them as lines of JS into a script tag in an iframe using a never ending response. Server sent a watchdog and the client would just refresh the iframe if the connection ever closed.

๐Ÿ‘ด

#django #htmx #internetgrandad

Last updated 1 year ago

Facundo Olano · @facundoolano
53 followers · 147 posts · Server hachyderm.io

The last couple of months I've been working on a little reader that doubles as a (read-only) client.
The UI is closer to a Mastodon/Twitter feed than an email inbox.

I'm still experimenting with it, and it's missing a bunch of basic stuff, but I did add some cool features already, like an embedded reader mode and a send to button.

It uses for the backend and for the UI.

github.com/facundoolano/feedi

#rss #mastodon #kindle #python #flask #htmx #hyperscript #bulma

Last updated 1 year ago

Dan Jacob · @danjac
634 followers · 2652 posts · Server masto.ai

Interesting to see slowly gaining usage as front end framework in the developer survey. Would be great to find a job using it, right now stuck with React...

#htmx #django

Last updated 1 year ago

needs a build system so things get over complicated so people can feel they are real .

#vite #bun #rollup #webpack #hypermedia #javascript #html #webdev #engineers #software #htmx

Last updated 1 year ago

As much as I dig , I just can't get with

There's WAY too much going on in this DSL

hyperscript.org/

#web #dom #html #hypermedia #webdevelopment #webdev #hyperscript #htmx

Last updated 1 year ago

Whether or not is a good way to build apps; the fact that it's is composed of attrs, headers, and give big way-it-should-be vibes.

#webdevelopment #webdev #events #javascript #http #html #api #web #htmx

Last updated 1 year ago

My intuition tells me that 's manipulation attrs will suffice for many dynamic behaviors but there's a point where the abstractions will start to leak and you'll want full control over DOM again.

#hypermedia #webdev #javascript #web #dom #htmx

Last updated 1 year ago

I like , but the guy who invented it is being an egomaniac about it on Twitter right now. twitter.com/htmx_org/status/16

#htmx

Last updated 1 year ago

/หˆhรฆล‹i/ · @hangy
28 followers · 289 posts · Server muenster.im

Is it me, or does share some similarities with what .NET used to do with UpdatePanel etc?

#htmx #asp #webforms

Last updated 1 year ago

Pat · @patoconnor43
33 followers · 261 posts · Server hachyderm.io

I'd also like a really simple "code editor" so people can write json bodies in a non-clunky way. I found this which should work out:
github.com/ajaxorg/ace-builds

I'm planning to try to build this with and so mixing the interactivity of the editor JS + htmx sounds fun :blobfoxlaugh:

#rust #htmx

Last updated 1 year ago

Important little caveat in docs I missed the first time.

You can't just go making up attrs without a `data-` prefix!

This is the , we need everything verbose and ugly!

#webdev #web #html #htmx

Last updated 1 year ago

@jamienk

> I do not like React etc., because i like LAMP

I'm a LAMP guy from way back, but I feel that Node.js fits where PHP used to just fine.

If you're writing JS on the server you might as well use the same code to render html on the backend as you do in the frontend.

React is just an HTML template engine that works in the browser too. Two birds, one stone!

But if you aren't into the Node.js ecosystem at all, then is great because there's no build, no dependencies!

#htmx

Last updated 1 year ago

@jamienk In you can manipulate the DOM by simply adding attrs to your HTML.

For example:

```
<button hx-post="/clicked" hx-swap="outerHTML">
Click Me
</button>
```

This button will trigger a POST request, and then rep[lace the button with whatever HTML is in the response.

#htmx

Last updated 1 year ago

I fear that a LOT of people are going to start using for the same reason they use ; it saves them from having to learn a language they don't like.

#css #javascript #tailwindcss #htmx

Last updated 1 year ago

Thinking about :

๐Ÿ‘ all the gets generated on the server; the source of truth.

๐Ÿ‘Ž every manipulation requires a network request.

๐Ÿ‘ easier to reason about.

๐Ÿ‘Ž app behavior declared in bespoke attribute DSL; harder to reason about.

๐Ÿ‘ no need to duplicate state on the .

๐Ÿ‘Ž no offline support.

#hateoas #hypermedia #webdevelopment #web #webdev #frontend #backend #declarative #dom #html #htmx

Last updated 1 year ago

Christiaan Kras · @Htbaa
70 followers · 872 posts · Server fosstodon.org

@davidshq I dislike it as well. Iโ€™ve only ever used it for but whenever I login Discord tells me about all these great new features and powers and badges and god knows what kind of crap they can think of. Iโ€™d prefer IRC but thatโ€™s getting rarer and rarer these days.

#htmx

Last updated 1 year ago